mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 23:40:19 +08:00
Fix nxstyle errors
This commit is contained in:
committed by
Abdelatif Guettouche
parent
4fce224ac1
commit
73fc43770a
@@ -83,6 +83,7 @@ void board_autoled_on(int led)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case LED_PANIC:
|
case LED_PANIC:
|
||||||
|
|
||||||
/* For panic state, the LED is blinking */
|
/* For panic state, the LED is blinking */
|
||||||
|
|
||||||
set_led(true);
|
set_led(true);
|
||||||
@@ -99,6 +100,7 @@ void board_autoled_off(int led)
|
|||||||
switch (led)
|
switch (led)
|
||||||
{
|
{
|
||||||
case LED_PANIC:
|
case LED_PANIC:
|
||||||
|
|
||||||
/* For panic state, the LED is blinking */
|
/* For panic state, the LED is blinking */
|
||||||
|
|
||||||
set_led(false);
|
set_led(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user