board: pttu: add dummy LED defines
This commit is contained in:
parent
0e72872cde
commit
5e51bf8ddd
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user