LED change requested by Rashid
This commit is contained in:
parent
788d1623ae
commit
cf6ae816da
@ -206,7 +206,7 @@ void up_ledoff(int led)
|
||||
|
||||
void lpc17_led(int lednum, int state)
|
||||
{
|
||||
lpc17_gpiowrite(ZKITARM_LED1, state);
|
||||
lpc17_gpiowrite(lednum, state);
|
||||
}
|
||||
|
||||
#endif /* CONFIG_ARCH_LEDS */
|
||||
|
Loading…
Reference in New Issue
Block a user