summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads/src/up_leds.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-11 23:19:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-11 23:19:09 +0000
commit0162245b27eb72c2973c587e5ea59317b43b88bd (patch)
tree21a04dc3ef46bb5f4361b32eef67a0b1b433b450 /nuttx/configs/mx1ads/src/up_leds.c
parent32ff8af133c4d385a8dd40c756cf9fecaaf407c4 (diff)
downloadnuttx-0162245b27eb72c2973c587e5ea59317b43b88bd.tar.gz
nuttx-0162245b27eb72c2973c587e5ea59317b43b88bd.tar.bz2
nuttx-0162245b27eb72c2973c587e5ea59317b43b88bd.zip
Basic UART/console functionality
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1697 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mx1ads/src/up_leds.c')
-rw-r--r--nuttx/configs/mx1ads/src/up_leds.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/nuttx/configs/mx1ads/src/up_leds.c b/nuttx/configs/mx1ads/src/up_leds.c
index effdb7fa4..ed62d232a 100644
--- a/nuttx/configs/mx1ads/src/up_leds.c
+++ b/nuttx/configs/mx1ads/src/up_leds.c
@@ -55,22 +55,6 @@
****************************************************************************/
/****************************************************************************
- * Name: imx_ledon
- ****************************************************************************/
-
-static inline void imx_ledon(void)
-{
-}
-
-/****************************************************************************
- * Name: imx_ledoff
- ****************************************************************************/
-
-static void imx_ledoff(void)
-{
-}
-
-/****************************************************************************
* Public Funtions
****************************************************************************/