Skip to content

Commit

Permalink
fix patch
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 25, 2024
1 parent a6aa441 commit 175db7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .ci_files/rgb.patch
Original file line number Diff line number Diff line change
Expand Up @@ -637,9 +637,9 @@ index 83e1603..45798ca 100644
#include <stdint.h>
+#include <applications/settings/notification_settings/rgb_backlight.h>

#define LED_CURRENT_RED 50
#define LED_CURRENT_GREEN 50
@@ -31,22 +32,21 @@ void furi_hal_light_init() {
#define LED_CURRENT_RED (50u)
#define LED_CURRENT_GREEN (50u)
@@ -31,22 +32,21 @@ void furi_hal_light_init(void) {
}

void furi_hal_light_set(Light light, uint8_t value) {
Expand Down

0 comments on commit 175db7b

Please sign in to comment.