diff options
author | tmk <nobody@nowhere> | 2011-01-13 22:46:57 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2011-01-13 22:46:57 +0900 |
commit | 06db39583fe87a8d13c0c345887b71a577198049 (patch) | |
tree | ab0b5d0c879f9c0faa8e8380e6ddd19ee3e6acaf /adb.h | |
parent | 40c24dc89ad3cbcd8bf49d305c08096f198cce95 (diff) |
ADB keyboard LEDs support
Diffstat (limited to 'adb.h')
-rw-r--r-- | adb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,5 +14,6 @@ void adb_host_init(void); bool adb_host_psw(void); uint16_t adb_host_kbd_recv(void); +void adb_host_kbd_led(uint8_t led); #endif |