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/network.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'digital/beacon/src/network.c') 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