mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
GCS_MAVLink: remove stray undef of undefined macro
This commit is contained in:
parent
e5988f7153
commit
f31b7b5772
@ -98,8 +98,6 @@ bool GCS::install_alternative_protocol(mavlink_channel_t c, GCS_MAVLINK::protoco
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef FOR_EACH_ACTIVE_CHANNEL
|
|
||||||
|
|
||||||
void GCS::update_sensor_status_flags()
|
void GCS::update_sensor_status_flags()
|
||||||
{
|
{
|
||||||
control_sensors_present = 0;
|
control_sensors_present = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user