mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Add new serial port options field (inversion, stop bits, etc)
This commit is contained in:
parent
84c7c985ab
commit
159f57f583
14 changed files with 58 additions and 57 deletions
|
@ -114,7 +114,7 @@ serialPort_t *openSerialPort(
|
|||
serialReceiveCallbackPtr callback,
|
||||
uint32_t baudrate,
|
||||
portMode_t mode,
|
||||
serialInversion_e inversion
|
||||
portOptions_t options
|
||||
);
|
||||
void closeSerialPort(serialPort_t *serialPort);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue