Changeset d60115a in mainline for uspace/drv/bus/usb/ohci/main.c
- Timestamp:
- 2018-01-17T17:55:35Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8ad2b0a
- Parents:
- ed8575f
- git-author:
- Ondřej Hlavatý <aearsis@…> (2018-01-17 17:54:31)
- git-committer:
- Ondřej Hlavatý <aearsis@…> (2018-01-17 17:55:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/main.c
red8575f rd60115a 39 39 #include <errno.h> 40 40 #include <io/log.h> 41 #include <io/logctl.h> 41 42 #include <str_error.h> 42 43 … … 72 73 { 73 74 log_init(NAME); 75 logctl_set_log_level(NAME, LVL_DEBUG2); 74 76 return hc_driver_main(&ohci_driver); 75 77 }
Note:
See TracChangeset
for help on using the changeset viewer.