Changeset 013e4ca4 in mainline for uspace/drv/uhci-rhd/main.c
- Timestamp:
- 2011-02-25T19:58:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d33eb5
- Parents:
- 4d37c42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/main.c
r4d37c42 r013e4ca4 116 116 int main(int argc, char *argv[]) 117 117 { 118 usb_log_enable(USB_LOG_LEVEL_ INFO, NAME);118 usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME); 119 119 return ddf_driver_main(&uhci_rh_driver); 120 120 }
Note:
See TracChangeset
for help on using the changeset viewer.