Changeset c309b18 in mainline for uspace/srv/hid/output/output.c
- Timestamp:
- 2017-11-27T16:35:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07a70800
- Parents:
- 59953b57
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.c
r59953b57 rc309b18 36 36 #include <config.h> 37 37 #include "port/ega.h" 38 #include "port/kchar.h"39 38 #include "port/chardev.h" 40 39 #include "output.h" … … 477 476 if (!config_key_exists("console")) { 478 477 ega_init(); 479 kchar_init();480 478 } 481 479
Note:
See TracChangeset
for help on using the changeset viewer.