From d5935dc814291a807e1a989b8b727e32461071c6 Mon Sep 17 00:00:00 2001 From: MX <10697207+xMasterX@users.noreply.github.com> Date: Sat, 12 Apr 2025 03:11:35 +0300 Subject: [PATCH] fmt --- applications/services/notification/notification_app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/services/notification/notification_app.c b/applications/services/notification/notification_app.c index e57ebbda2..2df27110e 100644 --- a/applications/services/notification/notification_app.c +++ b/applications/services/notification/notification_app.c @@ -927,7 +927,7 @@ int32_t notification_srv(void* p) { rgb_backlight_set_led_static_color(0, app->settings.rgb.led_0_color_index); rgb_backlight_update(app->settings.display_brightness * app->current_night_shift); } - // if rgb_backlight not installed then set default static orange color(index=0) to all leds (0-2) and force light on + // if rgb_backlight not installed then set default static orange color(index=0) to all leds (0-2) and force light on } else { rgb_backlight_set_led_static_color(2, 0); rgb_backlight_set_led_static_color(1, 0);