summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src/configuration.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-04-17 22:15:37 +0200
committerFlorent Duchon2012-04-17 22:15:37 +0200
commit11106c0c472ad7b39ef87ecbd2d8d6f87a782429 (patch)
tree187a369ac09b7dd65714e6c0de01741049d9f491 /digital/beacon/src/configuration.h
parent0382c4f677d7cee1972014eda167af6fb65cbe77 (diff)
digital/beacon: check USART bus state during TX transfer
Diffstat (limited to 'digital/beacon/src/configuration.h')
-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 5d42df85..dc7c2eac 100644
--- a/digital/beacon/src/configuration.h
+++ b/digital/beacon/src/configuration.h
@@ -21,7 +21,7 @@
#define APP_INTERFACE_UART 0x04
#define APP_INTERFACE_USBFIFO 0x05
#define APP_USART_RX_BUFFER_SIZE 100 /* Receive buffer size for USART. */
-#define APP_USART_TX_BUFFER_SIZE 100 /* Transmit 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.*/