- Timestamp:
- 2012-09-07T07:21:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 131d9a4
- Parents:
- 53d6b4aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usb/include/usb/debug.h
r53d6b4aa rb6933f3 51 51 #define USB_LOG_LEVEL_DEBUG2 LVL_DEBUG2 52 52 53 /** Default log level. */54 #ifdef CONFIG_USB_VERBOSE55 #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_DEBUG56 #else57 #define USB_LOG_LEVEL_DEFAULT USB_LOG_LEVEL_INFO58 #endif59 60 53 #define usb_log_printf(level, format, ...) \ 61 54 log_msg(LOG_DEFAULT, level, format, ##__VA_ARGS__)
Note:
See TracChangeset
for help on using the changeset viewer.