zpu: set UART debug port speed 115200

This commit is contained in:
Sergey Kostanbaev
2015-03-12 20:37:07 +03:00
parent a37e4c74de
commit 6129113723

View File

@@ -58,8 +58,8 @@ static char uart_mode[4] = {
};
static char uart_speeds[4] = {
[UART_DEBUG] = US_230400,
[UART_EXP] = US_230400,
[UART_DEBUG] = US_115200,
[UART_EXP] = US_115200,
[UART_GPS] = US_9600
};