From c958b2d19b0ec0dbc02f87dc4c9ccee933a54be5 Mon Sep 17 00:00:00 2001 From: tmk Date: Mon, 21 Feb 2011 23:05:28 +0900 Subject: fixed adb_usb to comply new API. --- adb_usb/led.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 adb_usb/led.c (limited to 'adb_usb/led.c') diff --git a/adb_usb/led.c b/adb_usb/led.c new file mode 100644 index 000000000..93009a52f --- /dev/null +++ b/adb_usb/led.c @@ -0,0 +1,9 @@ +#include "stdint.h" +#include "adb.h" +#include "led.h" + + +void led_set(uint8_t usb_led) +{ + adb_host_kbd_led(~usb_led); +} -- cgit v1.2.3