mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 08:45:36 +03:00
Eliminated inefficient serial function calls at runtime.
This commit is contained in:
parent
b5521b927d
commit
4e54b1d1a5
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ typedef struct __attribute__((packed)) {
|
|||
struct serialPort_s;
|
||||
typedef struct mspPort_s {
|
||||
struct serialPort_s *port; // null when port unused.
|
||||
bool sharedWithTelemetry;
|
||||
timeMs_t lastActivityMs;
|
||||
mspPendingSystemRequest_e pendingRequest;
|
||||
mspState_e c_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue