1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Optimised struct.

This commit is contained in:
mikeller 2018-05-10 02:15:00 +12:00 committed by Diego Basch
parent 4e54b1d1a5
commit d67073c8b6

View file

@ -96,7 +96,6 @@ 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;