diff --git a/ArduPlane/GCS_Mavlink.pde b/ArduPlane/GCS_Mavlink.pde index f201c929ebfc09250b7273e0e9c03d54bd20ffcc..cc61f6fcd20eac4fb53f65a449f75baac4b63fbc 100644 --- a/ArduPlane/GCS_Mavlink.pde +++ b/ArduPlane/GCS_Mavlink.pde @@ -229,7 +229,7 @@ static NOINLINE void send_extended_status1(mavlink_channel_t chan) control_sensors_health &= ~MAV_SYS_STATUS_AHRS; } - if (barometer.healthy()) { + if (barometer.all_healthy()) { control_sensors_health |= MAV_SYS_STATUS_SENSOR_ABSOLUTE_PRESSURE; } if (g.compass_enabled && compass.healthy(0) && ahrs.use_compass()) {