SAM4E: Revise board-specific USB MSC support

This commit is contained in:
Gregory Nutt
2014-03-18 09:31:02 -06:00
parent 3c371a290d
commit fe9023752a
9 changed files with 230 additions and 74 deletions
+2 -1
View File
@@ -49,7 +49,7 @@
#undef usbtrace
/****************************************************************************
* Definitions
* Pre-processor Definitions
****************************************************************************/
/* Configuration ************************************************************/
@@ -173,6 +173,7 @@ void usbtrace(uint16_t event, uint16_t value)
usbtrace_trprintf((trprintf_t)lowsyslog, event, value);
#endif
}
irqrestore(flags);
}
#endif /* CONFIG_USBDEV_TRACE || CONFIG_DEBUG && CONFIG_DEBUG_USB */