Changes in uspace/srv/kbd/port/ski.c [c145bc2:ccd1a14] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/port/ski.c
rc145bc2 rccd1a14 78 78 } 79 79 80 void kbd_port_write(uint8_t data)81 {82 (void) data;83 }84 85 80 /** Thread to poll Ski for keypresses. */ 86 81 static void *ski_thread_impl(void *arg)
Note:
See TracChangeset
for help on using the changeset viewer.