1
0
Fork 0

Merge pull request #261 from a0-c/master

__attribute__ ((weak)) added to led_set
This commit is contained in:
Jack Humbert 2016-04-17 17:47:26 -04:00
commit f1fdeddad3

View file

@ -24,6 +24,7 @@ void led_set_kb(uint8_t usb_led) {
}
__attribute__ ((weak))
void led_set(uint8_t usb_led)
{