summaryrefslogtreecommitdiffhomepage
path: root/analog/motor-power-avr/src/pwm.avr.c
diff options
context:
space:
mode:
authorGuillaume Chevillot2008-02-11 11:41:31 +0100
committerGuillaume Chevillot2008-02-11 11:41:31 +0100
commitee77553fad33ba351358639bdb23738f837020f0 (patch)
treee1c8998d8da8243da054ba6bbe1e8c6331e4c036 /analog/motor-power-avr/src/pwm.avr.c
parentead4346d89da1fbff254557b3e63a183a0e33881 (diff)
Found the good regv macro and use it.
Diffstat (limited to 'analog/motor-power-avr/src/pwm.avr.c')
-rw-r--r--analog/motor-power-avr/src/pwm.avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/analog/motor-power-avr/src/pwm.avr.c b/analog/motor-power-avr/src/pwm.avr.c
index 90115768..01195a8e 100644
--- a/analog/motor-power-avr/src/pwm.avr.c
+++ b/analog/motor-power-avr/src/pwm.avr.c
@@ -23,7 +23,7 @@
*
* }}} */
-#include "utils.h"
+#include "modules/utils/utils.avr.h"
/** Define the PWM output used for left motor. */
#define PWM_LEFT_OCR OCR1C