summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-04-08 15:01:04 +0700
committerhathach <[email protected]>2013-04-08 15:01:04 +0700
commitb0a54cbf8f7a1591fa35d9b5a3a85f0a7bcc89e4 (patch)
tree68a5cd45db0f7acddc36748e67027dbe88ab3678
parent94e25880dc82120e14acd28411badf1e8b88958c (diff)
amend last commit
-rw-r--r--demos/bsp/boards/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/bsp/boards/board.h b/demos/bsp/boards/board.h
index 3fe27b0d8..23286f835 100644
--- a/demos/bsp/boards/board.h
+++ b/demos/bsp/boards/board.h
@@ -89,7 +89,7 @@
#define CFG_TICKS_PER_SECOND 1000
#if CFG_PRINTF_TARGET == PRINTF_TARGET_UART
- #define CFG_UART_ENABLE 0
+ #define CFG_UART_ENABLE 1
#define CFG_UART_BAUDRATE 115200
#endif