Changeset f64e81a in mainline
- Timestamp:
- 2011-05-13T18:26:52Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2720b51a
- Parents:
- 11e00c8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r11e00c8 rf64e81a 555 555 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) 556 556 557 # USB settings 558 559 % USB release build (less logging) 560 ! CONFIG_USB_RELEASE_BUILD (n/y) 561 557 562 % Start virtual USB host controller 558 563 ! CONFIG_RUN_VIRTUAL_USB_HC (n/y) -
uspace/lib/usb/include/usb/debug.h
r11e00c8 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.