GCS_MAVLink: remove stray undef of undefined macro

This commit is contained in:
Peter Barker 2019-06-27 11:07:18 +10:00 committed by Andrew Tridgell
parent e5988f7153
commit f31b7b5772
1 changed files with 0 additions and 2 deletions

View File

@ -98,8 +98,6 @@ bool GCS::install_alternative_protocol(mavlink_channel_t c, GCS_MAVLINK::protoco
return true;
}
#undef FOR_EACH_ACTIVE_CHANNEL
void GCS::update_sensor_status_flags()
{
control_sensors_present = 0;