Changes in uspace/drv/usbhub/main.c [4c74ac3:9f0b6cc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/main.c
r4c74ac3 r9f0b6cc 50 50 while(true){ 51 51 usb_hub_check_hub_changes(); 52 async_usleep(10000 );52 async_usleep(10000000); 53 53 } 54 54 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.