mirror of
https://github.com/fairwaves/UHD-Fairwaves.git
synced 2025-11-02 21:13:14 +00:00
zpu: set UART debug port speed 115200
This commit is contained in:
@@ -58,8 +58,8 @@ static char uart_mode[4] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static char uart_speeds[4] = {
|
static char uart_speeds[4] = {
|
||||||
[UART_DEBUG] = US_230400,
|
[UART_DEBUG] = US_115200,
|
||||||
[UART_EXP] = US_230400,
|
[UART_EXP] = US_115200,
|
||||||
[UART_GPS] = US_9600
|
[UART_GPS] = US_9600
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user