From d67073c8b60fd2851b742d2492f0226f2cc395e5 Mon Sep 17 00:00:00 2001 From: mikeller Date: Thu, 10 May 2018 02:15:00 +1200 Subject: [PATCH] Optimised struct. --- src/main/msp/msp_serial.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/msp/msp_serial.h b/src/main/msp/msp_serial.h index 1242f4c283..37db1782bf 100644 --- a/src/main/msp/msp_serial.h +++ b/src/main/msp/msp_serial.h @@ -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;