mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
UCANS32K146 board: s32k1xx_userleds.c style fix
This commit is contained in:
committed by
David Sidrane
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);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user