add a lock for the leds
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user