From aca37583d0440c502280a5e75bdb147af04e194e Mon Sep 17 00:00:00 2001 From: Kai Ryu Date: Sat, 5 Jul 2014 21:16:38 +0900 Subject: [PATCH] Add missed function declaration --- keyboard/smart68/backlight.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/keyboard/smart68/backlight.c b/keyboard/smart68/backlight.c index 89434a48..f92e6a74 100644 --- a/keyboard/smart68/backlight.c +++ b/keyboard/smart68/backlight.c @@ -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 */