bugfix statusled include

This commit is contained in:
harald 2014-04-14 17:03:46 +02:00
parent f40bf6d803
commit f9d67ed10c
2 changed files with 2 additions and 0 deletions

View file

@ -55,6 +55,7 @@
#include "erbium.h"
#include "pcintkey.h"
#include "statusled.h"
#include "dev/led.h"
#if defined (PLATFORM_HAS_BUTTON)

View file

@ -45,6 +45,7 @@
/** @name LED Functions */
/** @{ */
void statusledinit(void);
void statusled_on(void);
void statusled_off(void);
/** @} */