mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
added single wire half duplex UART
Conflicts: src/main/telemetry/telemetry.h
This commit is contained in:
parent
0000d3e65e
commit
6311dc8f8c
7 changed files with 42 additions and 10 deletions
|
@ -116,7 +116,8 @@ typedef enum {
|
|||
SPF_NONE = 0,
|
||||
SPF_SUPPORTS_CALLBACK = (1 << 0),
|
||||
SPF_SUPPORTS_SBUS_MODE = (1 << 1),
|
||||
SPF_IS_SOFTWARE_INVERTABLE = (1 << 2)
|
||||
SPF_SUPPORTS_BIDIR_MODE = (1 << 2),
|
||||
SPF_IS_SOFTWARE_INVERTABLE = (1 << 3)
|
||||
} serialPortFeature_t;
|
||||
|
||||
typedef struct serialPortConstraint_s {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue