1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 20:49:49 +04:00

fix patch

This commit is contained in:
MX
2024-03-25 23:56:32 +03:00
parent a6aa441edc
commit 175db7baa3

View File

@@ -637,9 +637,9 @@ index 83e1603..45798ca 100644
#include <stdint.h> #include <stdint.h>
+#include <applications/settings/notification_settings/rgb_backlight.h> +#include <applications/settings/notification_settings/rgb_backlight.h>
#define LED_CURRENT_RED 50 #define LED_CURRENT_RED (50u)
#define LED_CURRENT_GREEN 50 #define LED_CURRENT_GREEN (50u)
@@ -31,22 +32,21 @@ void furi_hal_light_init() { @@ -31,22 +32,21 @@ void furi_hal_light_init(void) {
} }
void furi_hal_light_set(Light light, uint8_t value) { void furi_hal_light_set(Light light, uint8_t value) {