Unconditionally call led_init_ports (#12116)
* Unconditionally call led_init_ports * Another call to led_init_ports
This commit is contained in:
@@ -23,14 +23,8 @@ void set_led_state(int ledId, bool state)
|
||||
{
|
||||
}
|
||||
|
||||
void led_init_ports()
|
||||
{
|
||||
}
|
||||
|
||||
void led_set_layer(int layer)
|
||||
{
|
||||
led_init_ports();
|
||||
|
||||
led_set_layer(0);
|
||||
|
||||
/*KNOPS_SIMPLELED_STATES*/
|
||||
|
Reference in New Issue
Block a user