summaryrefslogtreecommitdiff
path: root/digital/avr/modules/twi/test/avrconfig_master.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/twi/test/avrconfig_master.h')
-rw-r--r--digital/avr/modules/twi/test/avrconfig_master.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/digital/avr/modules/twi/test/avrconfig_master.h b/digital/avr/modules/twi/test/avrconfig_master.h
index 6496886d..bc070738 100644
--- a/digital/avr/modules/twi/test/avrconfig_master.h
+++ b/digital/avr/modules/twi/test/avrconfig_master.h
@@ -47,10 +47,10 @@
/* 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 9600
+#define AC_UART0_BAUDRATE 38400
/** Send mode:
* - POLLING: no interrupts.
* - RING: interrupts, ring buffer. */