diff options
Diffstat (limited to 'light/Light.cpp')
-rw-r--r-- | light/Light.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/light/Light.cpp b/light/Light.cpp index 35ddfd1..e6d9349 100644 --- a/light/Light.cpp +++ b/light/Light.cpp @@ -31,7 +31,7 @@ namespace implementation { #define LEDS "/sys/class/leds/" #define LCD_LED LEDS "lcd-backlight/" #define BRIGHTNESS "brightness" -#define WHITE LEDS "red/" +#define WHITE LEDS "white/" #define BLINK "blink" #define DUTY_PCTS "duty_pcts" #define PAUSE_HI "pause_hi" |