Update LED_PWM_POWER definition (#2283)

Changed LED_PWM_POWER value from 5 to 2.
This commit is contained in:
Shane Smiskol
2025-09-28 23:51:00 -07:00
committed by GitHub
parent 6807d7d58e
commit f278f31f8f

View File

@@ -3,7 +3,7 @@
#define LED_GREEN 1U
#define LED_BLUE 2U
#define LED_PWM_POWER 5U
#define LED_PWM_POWER 2U
void led_set(uint8_t color, bool enabled) {
if (color < 3U) {