summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-25 08:32:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-25 08:32:45 -0600
commit8511911d05a2b91c0dea15ba3c5fc844ae54c2b0 (patch)
treea1bb5ac169a98ca04b2f28569a0119e1d2448d72
parenta82ad8c8a85fbb2daf256d21d2b42faf99969f64 (diff)
downloadnuttx-8511911d05a2b91c0dea15ba3c5fc844ae54c2b0.tar.gz
nuttx-8511911d05a2b91c0dea15ba3c5fc844ae54c2b0.tar.bz2
nuttx-8511911d05a2b91c0dea15ba3c5fc844ae54c2b0.zip
LED change requested by Rashid
-rw-r--r--nuttx/configs/zkit-arm-1769/src/up_leds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/zkit-arm-1769/src/up_leds.c b/nuttx/configs/zkit-arm-1769/src/up_leds.c
index 875c61fd7..cff4f4cd2 100644
--- a/nuttx/configs/zkit-arm-1769/src/up_leds.c
+++ b/nuttx/configs/zkit-arm-1769/src/up_leds.c
@@ -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 */