summaryrefslogtreecommitdiff
path: root/n/asserv/src/asserv/avrconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'n/asserv/src/asserv/avrconfig.h')
-rw-r--r--n/asserv/src/asserv/avrconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/n/asserv/src/asserv/avrconfig.h b/n/asserv/src/asserv/avrconfig.h
index 461818a..2c2c103 100644
--- a/n/asserv/src/asserv/avrconfig.h
+++ b/n/asserv/src/asserv/avrconfig.h
@@ -32,7 +32,7 @@
/* uart - UART module. */
/** Select hardware uart for primary uart: 0, 1 or -1 to disable. */
-#define AC_UART0_PORT 0
+#define AC_UART0_PORT 1
/** Baudrate: 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, 76800,
* 115200, 230400, 250000, 500000, 1000000. */
#define AC_UART0_BAUDRATE 115200
@@ -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 DROP
+#define AC_UART0_SEND_BUFFER_FULL WAIT
/** In HOST compilation:
* - STDIO: use stdin/out.
* - PTS: use pseudo terminal. */