mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Tidied UART enum definitions
This commit is contained in:
parent
bacc6e6fb1
commit
944fe0761c
34 changed files with 65 additions and 73 deletions
|
@ -334,8 +334,8 @@ serialPort_t *openSerialPort(
|
|||
serialPortFunction_e function,
|
||||
serialReceiveCallbackPtr rxCallback,
|
||||
uint32_t baudRate,
|
||||
portMode_t mode,
|
||||
portOptions_t options)
|
||||
portMode_e mode,
|
||||
portOptions_e options)
|
||||
{
|
||||
#if !(defined(USE_UART) || defined(USE_SOFTSERIAL1) || defined(USE_SOFTSERIAL2))
|
||||
UNUSED(rxCallback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue