summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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