Changeset 4287578 in mainline
- Timestamp:
- 2018-01-25T19:24:42Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d12eda
- Parents:
- e454d9c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ehci/main.c
re454d9c r4287578 66 66 { 67 67 log_init(NAME); 68 logctl_set_log_level(NAME, LVL_ DEBUG2);68 logctl_set_log_level(NAME, LVL_NOTE); 69 69 return hc_driver_main(&ehci_driver); 70 70 }
Note:
See TracChangeset
for help on using the changeset viewer.