mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
uart_esc param comment typo
This commit is contained in:
committed by
Lorenz Meier
parent
0ab44ad8f6
commit
d2bd25cad1
@@ -55,7 +55,7 @@ PARAM_DEFINE_INT32(UART_ESC_MODEL, 2);
|
|||||||
/**
|
/**
|
||||||
* ESC UART baud rate
|
* ESC UART baud rate
|
||||||
*
|
*
|
||||||
* Default rate is 250Kbps, whic is used in off-the-shelf QRP ESC products.
|
* Default rate is 250Kbps, which is used in off-the-shelf QRP ESC products.
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(UART_ESC_BAUDRATE, 250000);
|
PARAM_DEFINE_INT32(UART_ESC_BAUDRATE, 250000);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user