mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-10 08:07:46 -04:00
Increase baud rate to 115200.
This commit is contained in:
parent
2e76895839
commit
09803ca31e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ END
|
||||||
BEGIN opb_uartlite
|
BEGIN opb_uartlite
|
||||||
PARAMETER INSTANCE = RS232_Uart
|
PARAMETER INSTANCE = RS232_Uart
|
||||||
PARAMETER HW_VER = 1.00.b
|
PARAMETER HW_VER = 1.00.b
|
||||||
PARAMETER C_BAUDRATE = 9600
|
PARAMETER C_BAUDRATE = 115200
|
||||||
PARAMETER C_DATA_BITS = 8
|
PARAMETER C_DATA_BITS = 8
|
||||||
PARAMETER C_ODD_PARITY = 0
|
PARAMETER C_ODD_PARITY = 0
|
||||||
PARAMETER C_USE_PARITY = 0
|
PARAMETER C_USE_PARITY = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue