summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--digital/asserv/src/asserv/avrconfig.h2
-rw-r--r--digital/io/src/avrconfig.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/digital/asserv/src/asserv/avrconfig.h b/digital/asserv/src/asserv/avrconfig.h
index f1177995..b8451a09 100644
--- a/digital/asserv/src/asserv/avrconfig.h
+++ b/digital/asserv/src/asserv/avrconfig.h
@@ -55,7 +55,7 @@
/** If the send buffer is full when putc:
* - DROP: drop the new byte.
* - WAIT: wait until there is room in the send buffer. */
-#define AC_UART0_SEND_BUFFER_FULL WAIT
+#define AC_UART0_SEND_BUFFER_FULL DROP
/** In HOST compilation:
* - STDIO: use stdin/out.
* - PTS: use pseudo terminal. */
diff --git a/digital/io/src/avrconfig.h b/digital/io/src/avrconfig.h
index 47502c2e..0c0c5430 100644
--- a/digital/io/src/avrconfig.h
+++ b/digital/io/src/avrconfig.h
@@ -55,7 +55,7 @@
/** If the send buffer is full when putc:
* - DROP: drop the new byte.
* - WAIT: wait until there is room in the send buffer. */
-#define AC_UART0_SEND_BUFFER_FULL WAIT
+#define AC_UART0_SEND_BUFFER_FULL DROP
/** In HOST compilation:
* - STDIO: use stdin/out.
* - PTS: use pseudo terminal. */