From: tmk Date: Tue, 2 Jun 2015 15:03:08 +0000 (+0900) Subject: sun_usb: Fix LED status update at startup X-Git-Url: https://git.gir.st/tmk_keyboard.git/commitdiff_plain/49b0c7e5ef1683f001c4c9e1c7516da8c5fe592e sun_usb: Fix LED status update at startup --- diff --git a/converter/sun_usb/led.c b/converter/sun_usb/led.c index 48c3f1c2..809398fa 100644 --- a/converter/sun_usb/led.c +++ b/converter/sun_usb/led.c @@ -18,6 +18,7 @@ along with this program. If not, see . #include "stdint.h" #include "serial.h" #include "led.h" +#include "debug.h" void led_set(uint8_t usb_led) @@ -27,6 +28,7 @@ void led_set(uint8_t usb_led) if (usb_led & (1<