mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
SAM4E: Revise board-specific USB MSC support
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user