summaryrefslogtreecommitdiffhomepage
path: root/analog/motor-power-avr/src/timer.avr.c
diff options
context:
space:
mode:
authorGuillaume Chevillot2008-02-11 11:11:05 +0100
committerGuillaume Chevillot2008-02-11 11:11:05 +0100
commit18c90e0455d7be7fe298c4e85f7996ec3691c74f (patch)
treec033350e91bad9c22147a0e2c317623084d193ac /analog/motor-power-avr/src/timer.avr.c
parent4d10e19afe45695f30e7bf408757e92893f3fd2c (diff)
Define a regv macro to make it compile. It would be better to remove regv...
Diffstat (limited to 'analog/motor-power-avr/src/timer.avr.c')
-rw-r--r--analog/motor-power-avr/src/timer.avr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/analog/motor-power-avr/src/timer.avr.c b/analog/motor-power-avr/src/timer.avr.c
index dcad74d0..0532bd28 100644
--- a/analog/motor-power-avr/src/timer.avr.c
+++ b/analog/motor-power-avr/src/timer.avr.c
@@ -25,6 +25,8 @@
/* +AutoDec */
+#include "utils.h"
+
/** Initialise the timer. */
static inline void
timer_init (void);