summaryrefslogtreecommitdiff
path: root/digital/asserv/src
diff options
context:
space:
mode:
authorNicolas Schodet2009-04-15 19:51:39 +0200
committerNicolas Schodet2009-04-15 19:51:39 +0200
commitd150d7fe1aa434553b1b01ef94f52379812d2b4c (patch)
treed24873b78ca26c40312c8f9132c33f951c399408 /digital/asserv/src
parent1e65032099dea1cec8b24210c75b3f8c687b3bd3 (diff)
* digital/asserv:
- new parameters for AquaJim.
Diffstat (limited to 'digital/asserv/src')
-rw-r--r--digital/asserv/src/asserv/counter_ext.avr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/asserv/src/asserv/counter_ext.avr.c b/digital/asserv/src/asserv/counter_ext.avr.c
index 16463aba..43bf91fc 100644
--- a/digital/asserv/src/asserv/counter_ext.avr.c
+++ b/digital/asserv/src/asserv/counter_ext.avr.c
@@ -51,9 +51,9 @@
/** Define to 1 to reverse the right counter. */
#define COUNTER_RIGHT_REVERSE 0
/** Define to 1 to reverse the first auxiliary counter. */
-#define COUNTER_AUX0_REVERSE 0
+#define COUNTER_AUX0_REVERSE 1
/** Define to 1 to reverse the second auxiliary counter. */
-#define COUNTER_AUX1_REVERSE 0
+#define COUNTER_AUX1_REVERSE 1
/** Define to 1 to use the AVR External Memory system, or 0 to use hand made
* signals. */