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