bugfix statusled include
This commit is contained in:
parent
affe81cc6d
commit
26b1e874d6
|
@ -55,6 +55,7 @@
|
|||
|
||||
#include "erbium.h"
|
||||
#include "pcintkey.h"
|
||||
#include "statusled.h"
|
||||
|
||||
#include "dev/led.h"
|
||||
#if defined (PLATFORM_HAS_BUTTON)
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
|
||||
/** @name LED Functions */
|
||||
/** @{ */
|
||||
void statusledinit(void);
|
||||
void statusled_on(void);
|
||||
void statusled_off(void);
|
||||
/** @} */
|
||||
|
|
Loading…
Reference in a new issue