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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user