summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/codewheel.c
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 22:58:30 +0200
committerFlorent Duchon2012-12-24 17:47:56 +0100
commit3b47a396b539a97ea743692dd86ee6a475e58d41 (patch)
treebcb126786b68cbb96ca8fbe6cdc1fa031d9ee850 /digital/beacon/src/codewheel.c
parent1c1a227b53bb417e4f73fd7e8e912955d93b7ce7 (diff)
digital/beacon: add header
Diffstat (limited to 'digital/beacon/src/codewheel.c')
-rw-r--r--digital/beacon/src/codewheel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/beacon/src/codewheel.c b/digital/beacon/src/codewheel.c
index 45e97c71..d5743937 100644
--- a/digital/beacon/src/codewheel.c
+++ b/digital/beacon/src/codewheel.c
@@ -32,6 +32,7 @@
#include "network.h"
codewheel_s codewheel;
+static HAL_AppTimer_t codewheelTimer;
/* This function initializes the codewheel optical sensors and associated interrupt */
void codewheel_init(void)