From 907250d460a9fafcba27b4cd147a31c3c12f2a63 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Fri, 11 Mar 2016 18:04:26 +0100 Subject: [PATCH] boards/pttu: unified LED defines --- boards/pttu/include/board.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/boards/pttu/include/board.h b/boards/pttu/include/board.h index 1ed77f386b..4a212c5b7e 100644 --- a/boards/pttu/include/board.h +++ b/boards/pttu/include/board.h @@ -50,18 +50,6 @@ void init_clks2(void); */ void bl_init_clks(void); -/** - * @name dummy-defines for LEDs - * @{ - */ -#define LED_GREEN_ON /* not available */ -#define LED_GREEN_OFF /* not available */ -#define LED_GREEN_TOGGLE /* not available */ -#define LED_RED_ON /* not available */ -#define LED_RED_OFF /* not available */ -#define LED_RED_TOGGLE /* not available */ -/** @} */ - #ifdef __cplusplus } #endif