Changeset 215b001 in mainline for uspace/drv/ohci/main.c
- Timestamp:
- 2011-03-21T17:31:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbefd0e
- Parents:
- 625f1ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/main.c
r625f1ba r215b001 199 199 int main(int argc, char *argv[]) 200 200 { 201 usb_log_enable(USB_LOG_LEVEL_DE BUG, NAME);201 usb_log_enable(USB_LOG_LEVEL_DEFAULT, NAME); 202 202 sleep(5); 203 203 return ddf_driver_main(&ohci_driver);
Note:
See TracChangeset
for help on using the changeset viewer.