mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 22:17:18 +00:00
UCANS32K146 board: s32k1xx_userleds.c style fix
This commit is contained in:
parent
4b24eca0cf
commit
107e80b61f
1 changed files with 3 additions and 1 deletions
|
|
@ -81,7 +81,9 @@ void board_userled(int led, bool ledon)
|
|||
return;
|
||||
}
|
||||
|
||||
s32k1xx_gpiowrite(ledcfg, !ledon); /* Invert output, an output of '0' illuminates the LED */
|
||||
/* Invert output, an output of '0' illuminates the LED */
|
||||
|
||||
s32k1xx_gpiowrite(ledcfg, !ledon);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue