Skip to content

Commit

Permalink
missed the line
Browse files Browse the repository at this point in the history
  • Loading branch information
HaxSam authored Mar 5, 2024
1 parent 0b46681 commit 2157692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/drivers/rgb_backlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ void rgb_backlight_update(uint8_t brightness, bool forced) {
return;
}

rgb_state.last_brightness = brightness;
SK6805_update();

furi_check(furi_mutex_release(rgb_state.mutex) == FuriStatusOk);
Expand Down

0 comments on commit 2157692

Please sign in to comment.