1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/pttu: unified LED defines

This commit is contained in:
Hauke Petersen 2016-03-11 18:04:26 +01:00
parent e04a6266d7
commit 907250d460

View File

@ -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