Changes in uspace/srv/kbd/port/sgcn.c [9701d49:c145bc2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/port/sgcn.c
r9701d49 rc145bc2 133 133 } 134 134 135 void kbd_port_write(uint8_t data) 136 { 137 (void) data; 138 } 139 135 140 /** 136 141 * Handler of the "key pressed" event. Reads codes of all the pressed keys from
Note:
See TracChangeset
for help on using the changeset viewer.