fixed adb_usb to comply new API.
This commit is contained in:
9
adb_usb/led.c
Normal file
9
adb_usb/led.c
Normal file
@ -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);
|
||||
}
|
Reference in New Issue
Block a user