mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
LED change requested by Rashid
This commit is contained in:
@@ -206,7 +206,7 @@ void up_ledoff(int led)
|
|||||||
|
|
||||||
void lpc17_led(int lednum, int state)
|
void lpc17_led(int lednum, int state)
|
||||||
{
|
{
|
||||||
lpc17_gpiowrite(ZKITARM_LED1, state);
|
lpc17_gpiowrite(lednum, state);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* CONFIG_ARCH_LEDS */
|
#endif /* CONFIG_ARCH_LEDS */
|
||||||
|
|||||||
Reference in New Issue
Block a user