summaryrefslogtreecommitdiff
path: root/n/es/src/avrconfig.h
diff options
context:
space:
mode:
authordalmais2005-04-19 20:20:09 +0000
committerdalmais2005-04-19 20:20:09 +0000
commit479f270bb72961a4d2b6d5b9c51bafc815cbf122 (patch)
tree78ff881ebc5a13ae0a6a131f30632e0e94071e3e /n/es/src/avrconfig.h
parenta0d2e9173bcfcc37b51e9ad51e5e8cd3c2206656 (diff)
la tourelle marche
test des sharps.
Diffstat (limited to 'n/es/src/avrconfig.h')
-rw-r--r--n/es/src/avrconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/n/es/src/avrconfig.h b/n/es/src/avrconfig.h
index 3fd9eb1..fa38a0b 100644
--- a/n/es/src/avrconfig.h
+++ b/n/es/src/avrconfig.h
@@ -37,9 +37,9 @@
/** Send mode :
* - POLLING : no interrupts;
* - RING : interrupts, ring buffer. */
-#define AC_RS232_SEND_MODE RING
+#define AC_RS232_SEND_MODE POLLING
/** Recv mode, same as send mode. */
-#define AC_RS232_RECV_MODE RING
+#define AC_RS232_RECV_MODE POLLING
/** Character size : 5, 6, 7, 8, 9 (only 8 implemented). */
#define AC_RS232_CHAR_SIZE 8
/** Parity : ODD, EVEN, NONE. */