mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Only index into the configurable baud rate list when needed.
This commit is contained in:
parent
dca984ff88
commit
a156d915f4
10 changed files with 11 additions and 13 deletions
|
@ -110,7 +110,7 @@ serialPort_t *openSerialPort(
|
|||
serialPortIdentifier_e identifier,
|
||||
serialPortFunction_e function,
|
||||
serialReceiveCallbackPtr callback,
|
||||
baudRate_e baudrate,
|
||||
uint32_t baudrate,
|
||||
portMode_t mode,
|
||||
serialInversion_e inversion
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue