summaryrefslogtreecommitdiff
path: root/digital/mimot/src/dirty
diff options
context:
space:
mode:
authorNicolas Schodet2011-05-08 15:51:27 +0200
committerNicolas Schodet2011-05-08 15:51:27 +0200
commit3eaac809b39d20731b7325618676fe678cf23b6c (patch)
treeef587b7aacd66669fe64b60da51f1ceb5a730d43 /digital/mimot/src/dirty
parentb313abd7449af357d6815e1116975d5987a39364 (diff)
digital/mimot: use robospierre parameters
Diffstat (limited to 'digital/mimot/src/dirty')
-rw-r--r--digital/mimot/src/dirty/counter_ext.avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/mimot/src/dirty/counter_ext.avr.c b/digital/mimot/src/dirty/counter_ext.avr.c
index bd004c25..01afecc2 100644
--- a/digital/mimot/src/dirty/counter_ext.avr.c
+++ b/digital/mimot/src/dirty/counter_ext.avr.c
@@ -43,7 +43,7 @@
/** Define to 1 to reverse the first auxiliary counter. */
#define COUNTER_AUX0_REVERSE 0
/** Define to 1 to reverse the second auxiliary counter. */
-#define COUNTER_AUX1_REVERSE 0
+#define COUNTER_AUX1_REVERSE 1
/** First auxiliary counter shift. */
#define COUNTER_AUX0_SHIFT 1