diff --git a/firmware/backlight.c b/firmware/backlight.c index b475c61fc0..25a91632cd 100644 --- a/firmware/backlight.c +++ b/firmware/backlight.c @@ -550,11 +550,10 @@ void remote_backlight_set_timeout(int index) {(void)index;} void backlight_set_brightness(int val) { /* set H300 brightness by changing the PWM - accepts 0..15 but note that 0 and 1 give a black display! */ - unsigned char ucVal = (unsigned char)(val & 0x0F); - if(val