Browse Source

amend last commit

hathach 13 years ago
parent
commit
b0a54cbf8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demos/bsp/boards/board.h

+ 1 - 1
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