UCANS32K146 board: s32k1xx_userleds.c style fix
This commit is contained in:
parent
4b24eca0cf
commit
107e80b61f
@ -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…
Reference in New Issue
Block a user