Sfoglia il codice sorgente

Merge pull request #261 from a0-c/master

__attribute__ ((weak)) added to led_set
Jack Humbert 9 anni fa
parent
commit
f1fdeddad3
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)
 {