Copter: delete unused variable from aux switch structure

This commit is contained in:
murata 2016-10-13 22:35:05 +09:00 committed by Randy Mackay
parent c1bf23e090
commit b23823a934
1 changed files with 0 additions and 1 deletions

View File

@ -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()