Changeset 22dfd38 in mainline
- Timestamp:
- 2013-02-10T00:33:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1af0424
- Parents:
- 03362fbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
r03362fbd r22dfd38 382 382 #endif 383 383 384 srv_start("/srv/hound");385 384 srv_start("/srv/input", HID_INPUT); 386 385 srv_start("/srv/output", HID_OUTPUT); … … 407 406 } 408 407 } 408 srv_start("/srv/hound"); 409 409 410 410 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.