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