From ee77553fad33ba351358639bdb23738f837020f0 Mon Sep 17 00:00:00 2001 From: Guillaume Chevillot Date: Mon, 11 Feb 2008 11:41:31 +0100 Subject: Found the good regv macro and use it. --- analog/motor-power-avr/src/pwm.avr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'analog/motor-power-avr/src/pwm.avr.c') 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 -- cgit v1.2.3