diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-06-21 17:42:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 17:42:29 -0400 |
commit | 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (patch) | |
tree | ca8a2a62e744a3448cfc247caab029152e2ebefb /quantum/led.c | |
parent | 758a8c64e9ffb12cda4c78d8d1ee6a3f448901fc (diff) | |
download | qmk_firmware-1a0bac8bccf0e156d2f3c5f14a7214f9677b6370.tar.gz qmk_firmware-1a0bac8bccf0e156d2f3c5f14a7214f9677b6370.zip |
Warning reductions (#430)
Warning reductions
Diffstat (limited to 'quantum/led.c')
-rw-r--r-- | quantum/led.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/led.c b/quantum/led.c index 208e348f3..2634ab2f6 100644 --- a/quantum/led.c +++ b/quantum/led.c | |||
@@ -25,6 +25,12 @@ void led_set_kb(uint8_t usb_led) { | |||
25 | } | 25 | } |
26 | 26 | ||
27 | __attribute__ ((weak)) | 27 | __attribute__ ((weak)) |
28 | void led_init_ports(void) | ||
29 | { | ||
30 | |||
31 | } | ||
32 | |||
33 | __attribute__ ((weak)) | ||
28 | void led_set(uint8_t usb_led) | 34 | void led_set(uint8_t usb_led) |
29 | { | 35 | { |
30 | 36 | ||