Changeset 78d4e1f in mainline for uspace/drv/ohci/main.c
- Timestamp:
- 2011-04-10T21:03:36Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eaf1e3d
- Parents:
- 0ede0c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/main.c
r0ede0c3 r78d4e1f 92 92 int main(int argc, char *argv[]) 93 93 { 94 usb_log_enable(USB_LOG_LEVEL_DE FAULT, NAME);94 usb_log_enable(USB_LOG_LEVEL_DEBUG, NAME); 95 95 sleep(5); 96 96 return ddf_driver_main(&ohci_driver);
Note:
See TracChangeset
for help on using the changeset viewer.