diff --git a/boards/pttu/include/board.h b/boards/pttu/include/board.h index 92474e6a1c5a29a0497d5cb2b72362a7f47ae1ab..76e7b7c706c5accdb0590e487b8ab1db114b57af 100644 --- a/boards/pttu/include/board.h +++ b/boards/pttu/include/board.h @@ -59,6 +59,18 @@ void bl_init_clks(void); #define STDIO_RX_BUFSIZE (64U) /** @} */ +/** + * @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