Changeset f9a0cef in mainline for uspace/drv/usbhub/main.c
- Timestamp:
- 2010-12-13T00:31:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 37f7cfe, ea5dbaf
- Parents:
- 1e32a63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/main.c
r1e32a63 rf9a0cef 50 50 while(true){ 51 51 usb_hub_check_hub_changes(); 52 async_usleep(100 * 1000);52 async_usleep(1000 * 1000); 53 53 } 54 54 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.