LED change requested by Rashid

This commit is contained in:
Gregory Nutt 2013-09-25 08:32:45 -06:00
parent 788d1623ae
commit cf6ae816da

View File

@ -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 */