Pārlūkot izejas kodu

__attribute__ ((weak)) added to led_set

__attribute__ ((weak)) added to led_set
a0-c 9 gadi atpakaļ
vecāks
revīzija
90289aa53f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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)
 {