summaryrefslogtreecommitdiff
path: root/nuttx/arch/avr/src/common/up_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/avr/src/common/up_internal.h')
-rw-r--r--nuttx/arch/avr/src/common/up_internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/nuttx/arch/avr/src/common/up_internal.h b/nuttx/arch/avr/src/common/up_internal.h
index 42d4d7d0e..1434d29ce 100644
--- a/nuttx/arch/avr/src/common/up_internal.h
+++ b/nuttx/arch/avr/src/common/up_internal.h
@@ -184,16 +184,6 @@ void lowconsole_init(void);
extern void up_timer_initialize(void);
-/* Defined in configs/<board-name>/src/up_leds.c */
-
-#ifdef CONFIG_ARCH_LEDS
-void board_led_on(int led);
-void board_led_off(int led);
-#else
-# define board_led_on(led)
-# define board_led_off(led)
-#endif
-
/* Defined in chip/xxx_ethernet.c */
#ifdef CONFIG_NET