summaryrefslogtreecommitdiff
path: root/analog/motor-power-avr/src/main.c
diff options
context:
space:
mode:
authorPierre Prot2008-02-09 16:44:52 +0100
committerPierre Prot2008-02-09 16:44:52 +0100
commitcd847e2f5a58d43df13c434ce7571be5488082ed (patch)
tree014e2098758c31148791f3d0697d5fff195c289f /analog/motor-power-avr/src/main.c
parent792161793c7ebed6e8ba46e0c080b495289bb272 (diff)
Paramétrage des timers
- PWM - Gestion du Vref pour la limitation de courant
Diffstat (limited to 'analog/motor-power-avr/src/main.c')
-rw-r--r--analog/motor-power-avr/src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/analog/motor-power-avr/src/main.c b/analog/motor-power-avr/src/main.c
index 466bff91..a18c0add 100644
--- a/analog/motor-power-avr/src/main.c
+++ b/analog/motor-power-avr/src/main.c
@@ -22,10 +22,12 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* }}} */
+
#include "common.h"
#include "modules/uart/uart.h"
#include "modules/proto/proto.h"
#include "modules/utils/utils.h"
+#include "modules/utils/utils.avr.h"
#include "modules/utils/byte.h"
#include "modules/math/fixed/fixed.h"
#include "io.h"