From 175db7baa3953bc82e74cf7f7cdadd865a30491e Mon Sep 17 00:00:00 2001
From: MX <10697207+xMasterX@users.noreply.github.com>
Date: Mon, 25 Mar 2024 23:56:32 +0300
Subject: [PATCH] fix patch

---
 .ci_files/rgb.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.ci_files/rgb.patch b/.ci_files/rgb.patch
index ad0a8d80df..b5895d9c1f 100644
--- a/.ci_files/rgb.patch
+++ b/.ci_files/rgb.patch
@@ -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) {