summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c b/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c
index e318ee2..457ef9a 100644
--- a/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c
+++ b/arch/arm/lpc17xx/Drivers/source/debug_frmwrk.c
@@ -283,7 +283,7 @@ void debug_frmwrk_init(void)
*/
UART_ConfigStructInit(&UARTConfigStruct);
// Re-configure baudrate to 115200bps
- UARTConfigStruct.Baud_rate = 115200;
+// UARTConfigStruct.Baud_rate = 115200;
// Initialize DEBUG_UART_PORT peripheral with given to corresponding parameter
UART_Init(DEBUG_UART_PORT, &UARTConfigStruct);