From cac1bee81c06a82bfe14c23bdacc5cb37820be2f Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Thu, 17 May 2012 01:59:59 +0200 Subject: digital/beacon: include headers --- digital/beacon/src/codewheel.c | 1 + digital/beacon/src/network.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/digital/beacon/src/codewheel.c b/digital/beacon/src/codewheel.c index 8b8e6ed8..63036c98 100644 --- a/digital/beacon/src/codewheel.c +++ b/digital/beacon/src/codewheel.c @@ -30,6 +30,7 @@ #include "codewheel.h" #include "laser.h" #include "network.h" +#include "motor.h" codewheel_s codewheel; static HAL_AppTimer_t codewheelTimer; diff --git a/digital/beacon/src/network.c b/digital/beacon/src/network.c index 46d3b242..01dd53f4 100644 --- a/digital/beacon/src/network.c +++ b/digital/beacon/src/network.c @@ -33,6 +33,8 @@ #include "motor.h" #include "position.h" #include "misc.h" +#include "servo.h" +#include "codewheel.h" // Endpoint parameters static SimpleDescriptor_t simpleDescriptor = { APP_ENDPOINT, APP_PROFILE_ID, 1, 1, 0, 0 , NULL, 0, NULL }; -- cgit v1.2.3