From 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 21 Jun 2016 17:42:29 -0400 Subject: Warning reductions (#430) Warning reductions --- quantum/led.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'quantum/led.c') diff --git a/quantum/led.c b/quantum/led.c index 208e348f34..2634ab2f61 100644 --- a/quantum/led.c +++ b/quantum/led.c @@ -24,6 +24,12 @@ void led_set_kb(uint8_t usb_led) { } +__attribute__ ((weak)) +void led_init_ports(void) +{ + +} + __attribute__ ((weak)) void led_set(uint8_t usb_led) { -- cgit v1.2.3