Explorar el Código

Add missed function declaration

old_master
Kai Ryu hace 10 años
padre
commit
aca37583d0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      keyboard/smart68/backlight.c

+ 2
- 0
keyboard/smart68/backlight.c Ver fichero

@@ -25,6 +25,8 @@ static const uint8_t backlight_table[] PROGMEM = {
0, 16, 128, 255
};

inline void backlight_set_raw(uint8_t raw);

/* Backlight pin configuration
* PWM: PB7
*/