board: pttu: add dummy LED defines

This commit is contained in:
Kaspar Schleiser 2015-08-06 20:43:50 +02:00
parent 0e72872cde
commit 5e51bf8ddd

View File

@ -59,6 +59,18 @@ void bl_init_clks(void);
#define STDIO_RX_BUFSIZE (64U) #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 #ifdef __cplusplus
} }
#endif #endif