Skip to content

Commit

Permalink
board: pttu: add dummy LED defines
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Aug 14, 2015
1 parent 0e72872 commit 5e51bf8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boards/pttu/include/board.h
Expand Up @@ -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
Expand Down

0 comments on commit 5e51bf8

Please sign in to comment.