1
0

Add missed function declaration

Este commit está contenido en:
Kai Ryu 2014-07-05 21:16:38 +09:00
padre 3ebc97654b
commit aca37583d0

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
*/