Explorar o código

Merge pull request #261 from a0-c/master

__attribute__ ((weak)) added to led_set
Jack Humbert %!s(int64=9) %!d(string=hai) anos
pai
achega
f1fdeddad3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      quantum/led.c

+ 1 - 0
quantum/led.c

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