Changeset a05f2af in mainline for uspace/app/init/init.c
- Timestamp:
- 2013-03-12T23:03:27Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 428bd07
- Parents:
- faf83cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/init/init.c
rfaf83cf ra05f2af 392 392 rc = console(HID_INPUT, HID_OUTPUT); 393 393 if (rc == EOK) { 394 #ifndef CONFIG_VC_COUNT 395 #define CONFIG_VC_COUNT 6 396 #endif 394 397 switch((unsigned)CONFIG_VC_COUNT) { 395 398 default:
Note:
See TracChangeset
for help on using the changeset viewer.