summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon
diff options
context:
space:
mode:
authorFlorent Duchon2013-05-02 18:25:29 +0200
committerFlorent Duchon2013-05-02 22:52:49 +0200
commit15d12fc607a9e78d377696f8e28c7971ca4e3d72 (patch)
tree93d96c7a3946c607eaa8e3cc24dd73448996cbce /digital/beacon
parente35aab1c4d5fb2cfe491c4fc85379b10d67e9809 (diff)
digital/beacon: add missing header
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/twi_specific.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/twi_specific.c b/digital/beacon/src/twi_specific.c
index 7e349d16..5ee00a37 100644
--- a/digital/beacon/src/twi_specific.c
+++ b/digital/beacon/src/twi_specific.c
@@ -31,7 +31,7 @@
#include "misc.h"
#include "twi.h"
#include "network.h"
-
+#include "formula.h"
static HAL_AppTimer_t twiTimer;
extern robot_s my_robot;