From 26b1e874d68557e63b9301085b11fc22b4b9aa6b Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Mon, 14 Apr 2014 17:03:46 +0200 Subject: [PATCH] bugfix statusled include --- examples/osd/light-shutter-control/er-example-server.c | 1 + examples/osd/light-shutter-control/statusled.h | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/osd/light-shutter-control/er-example-server.c b/examples/osd/light-shutter-control/er-example-server.c index aaca90171..4ebd5c100 100644 --- a/examples/osd/light-shutter-control/er-example-server.c +++ b/examples/osd/light-shutter-control/er-example-server.c @@ -55,6 +55,7 @@ #include "erbium.h" #include "pcintkey.h" +#include "statusled.h" #include "dev/led.h" #if defined (PLATFORM_HAS_BUTTON) diff --git a/examples/osd/light-shutter-control/statusled.h b/examples/osd/light-shutter-control/statusled.h index 8f85d641e..3a6eae70b 100644 --- a/examples/osd/light-shutter-control/statusled.h +++ b/examples/osd/light-shutter-control/statusled.h @@ -45,6 +45,7 @@ /** @name LED Functions */ /** @{ */ +void statusledinit(void); void statusled_on(void); void statusled_off(void); /** @} */