6 #ifndef USB_MACROS_HPP_
7 #define USB_MACROS_HPP_
12 #if USB_CFG_DEBUG_ENABLE
13 #define USB_DEBUG LIB_DEBUG
14 #define USB_ASSERT LIB_ASSERT
16 #define USB_DEBUG(level, string, ...)
17 #define USB_ASSERT(condition)
19 extern void __error__(
const char *fileName,
unsigned long line);