Changeset 1a93bb0 in mainline for uspace/drv/uhci-rhd/main.c
- Timestamp:
- 2011-02-25T23:27:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c3ae877
- Parents:
- 5f183dc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/main.c
r5f183dc r1a93bb0 116 116 int main(int argc, char *argv[]) 117 117 { 118 usb_log_enable(USB_LOG_LEVEL_ DEBUG, NAME);118 usb_log_enable(USB_LOG_LEVEL_INFO, NAME); 119 119 return ddf_driver_main(&uhci_rh_driver); 120 120 }
Note:
See TracChangeset
for help on using the changeset viewer.