summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon
diff options
context:
space:
mode:
authorFlorent Duchon2013-03-28 22:11:26 +0100
committerFlorent Duchon2013-03-28 23:07:10 +0100
commitba29df64d09042c2b0d6c2c8b896c6fb9bdf3262 (patch)
tree3626dbb46dee4691fa02e4fcb0167b91c8a53a5b /digital/beacon
parent6277a0d5117767ac28e65568a8bde155b776c818 (diff)
digital/beacon: lol-v2: use uart0 instead of uart1
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/configuration.h b/digital/beacon/src/configuration.h
index 2dafd155..834750b0 100644
--- a/digital/beacon/src/configuration.h
+++ b/digital/beacon/src/configuration.h
@@ -23,7 +23,7 @@
#define APP_USART_RX_BUFFER_SIZE 100 /* Receive buffer size for USART. */
#define APP_USART_TX_BUFFER_SIZE 500 /* Transmit buffer size for USART */
#define APP_INTERFACE APP_INTERFACE_USART /* Defines primary serial interface type to be used by application */
-#define APP_USART_CHANNEL USART_CHANNEL_1 /* Defines USART interface name to be used by application.*/
+#define APP_USART_CHANNEL USART_CHANNEL_0 /* Defines USART interface name to be used by application.*/
/* ----------------------------------------------------------- */
/* TWI CONFIGURATION */