summaryrefslogtreecommitdiff
path: root/n/rvb/src/avrconfig.h
diff options
context:
space:
mode:
authordufourj2006-05-24 00:59:10 +0000
committerdufourj2006-05-24 00:59:10 +0000
commit6ce2cb47ddb722db8519152beb9764a75deb80b1 (patch)
treeb4c63c1e9cd09d89d977542ae133363842960e80 /n/rvb/src/avrconfig.h
parent4ab3a381bc327a1d870b113f7046c4058993e782 (diff)
RVB :
- portage du code atmega8 pour atmega64.
Diffstat (limited to 'n/rvb/src/avrconfig.h')
-rw-r--r--n/rvb/src/avrconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/n/rvb/src/avrconfig.h b/n/rvb/src/avrconfig.h
index 6c02e34..85af063 100644
--- a/n/rvb/src/avrconfig.h
+++ b/n/rvb/src/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