add a lock for the leds

This commit is contained in:
2026-04-02 00:25:49 -05:00
parent 0b79eb8399
commit bd5a07924a
2 changed files with 15 additions and 2 deletions
-2
View File
@@ -83,8 +83,6 @@ void init_leds();
class LEDController {
private:
uint32_t led_colors[LED_COUNT];
static void set_led(uint32_t led, uint32_t color);
public:
/// Sets the color of an indicator LED.