summaryrefslogtreecommitdiff
path: root/nuttx/configs/avr32dev1
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-17 00:46:03 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-10-17 00:46:03 +0000
commitbd71dd5b4ccbb8c51c537e43a5d0bed98f1790b8 (patch)
tree077ea2d77948c91b4417ed0e0ee1872cf59097fe /nuttx/configs/avr32dev1
parentd25a6f0ea1d2c6e3da3be0e32bea00300a329c33 (diff)
downloadpx4-nuttx-bd71dd5b4ccbb8c51c537e43a5d0bed98f1790b8.tar.gz
px4-nuttx-bd71dd5b4ccbb8c51c537e43a5d0bed98f1790b8.tar.bz2
px4-nuttx-bd71dd5b4ccbb8c51c537e43a5d0bed98f1790b8.zip
Remove unused LED definitions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3028 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/avr32dev1')
-rwxr-xr-xnuttx/configs/avr32dev1/src/up_leds.c38
1 files changed, 0 insertions, 38 deletions
diff --git a/nuttx/configs/avr32dev1/src/up_leds.c b/nuttx/configs/avr32dev1/src/up_leds.c
index ba29aeeb6..6e6d52388 100755
--- a/nuttx/configs/avr32dev1/src/up_leds.c
+++ b/nuttx/configs/avr32dev1/src/up_leds.c
@@ -40,16 +40,6 @@
#include <nuttx/config.h>
-#include <stdint.h>
-#include <stdbool.h>
-#include <debug.h>
-
-#include <arch/board/board.h>
-
-#include "chip.h"
-#include "up_arch.h"
-#include "up_internal.h"
-
#include "at91uc3_internal.h"
#include "avr32dev1_internal.h"
@@ -59,34 +49,6 @@
* Definitions
****************************************************************************/
-/* Enables debug output from this file (needs CONFIG_DEBUG with
- * CONFIG_DEBUG_VERBOSE too)
- */
-
-#undef LED_DEBUG /* Define to enable debug */
-#undef LED_VERBOSE /* Define to enable verbose debug */
-
-#ifdef LED_DEBUG
-# define leddbg lldbg
-# ifdef LED_VERBOSE
-# define ledvdbg lldbg
-# else
-# define ledvdbg(x...)
-# endif
-#else
-# undef LED_VERBOSE
-# define leddbg(x...)
-# define ledvdbg(x...)
-#endif
-
-/* Dump GPIO registers */
-
-#ifdef LED_VERBOSE
-# warning "Not implemented"
-#else
-# define led_dumpgpio(m)
-#endif
-
/****************************************************************************
* Private Data
****************************************************************************/