Changes in uspace/lib/usb/include/usb/debug.h [4125b7d:f64e81a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/debug.h
r4125b7d rf64e81a 81 81 82 82 /** Default log level. */ 83 #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG 84 83 #ifdef CONFIG_USB_RELEASE_BUILD 84 # define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO 85 #else 86 # define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG 87 #endif 85 88 86 89 void usb_log_enable(usb_log_level_t, const char *);
Note:
See TracChangeset
for help on using the changeset viewer.