From b0a54cbf8f7a1591fa35d9b5a3a85f0a7bcc89e4 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 8 Apr 2013 15:01:04 +0700 Subject: [PATCH] amend last commit --- demos/bsp/boards/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/bsp/boards/board.h b/demos/bsp/boards/board.h index 3fe27b0d..23286f83 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