From b23823a93430d306a5a250b88cc0731d60c651bb Mon Sep 17 00:00:00 2001 From: murata Date: Thu, 13 Oct 2016 22:35:05 +0900 Subject: [PATCH] Copter: delete unused variable from aux switch structure --- ArduCopter/switches.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduCopter/switches.cpp b/ArduCopter/switches.cpp index c2844dcc84..8c02eefcd8 100644 --- a/ArduCopter/switches.cpp +++ b/ArduCopter/switches.cpp @@ -15,7 +15,6 @@ static union { uint8_t CH11_flag : 2; // 10,11 // ch11 aux switch : 0 is low or false, 1 is center or true, 2 is high uint8_t CH12_flag : 2; // 12,13 // ch12 aux switch : 0 is low or false, 1 is center or true, 2 is high }; - uint32_t value; } aux_con; void Copter::read_control_switch()