mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Update LED_PWM_POWER definition (#2283)
Changed LED_PWM_POWER value from 5 to 2.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user