Ardupilot2/libraries/AP_Airspeed
Peter Barker 439c85e793 AP_Airspeed: correct compilation when AP_AIRSPEED_AUTO_CAL_ENABLE is false
CubeNode was trying to check a parameter which doesn't exist

../../libraries/AP_Airspeed/Airspeed_Calibration.cpp: In member function 'void AP_Airspeed::send_airspeed_calibration(const Vector3f&)':
../../libraries/AP_Airspeed/Airspeed_Calibration.cpp:179:23: error: 'class AP_Airspeed_Params' has no member named 'autocal'
  179 |         if (!param[i].autocal && !calibration_enabled) {
      |                       ^~~~~~~
compilation terminated due to -Wfatal-errors.
2024-12-17 11:32:55 +11:00
..
examples/Airspeed
models
Airspeed_Calibration.cpp AP_Airspeed: correct compilation when AP_AIRSPEED_AUTO_CAL_ENABLE is false 2024-12-17 11:32:55 +11:00
AP_Airspeed_analog.cpp
AP_Airspeed_analog.h
AP_Airspeed_ASP5033.cpp
AP_Airspeed_ASP5033.h
AP_Airspeed_Backend.cpp
AP_Airspeed_Backend.h
AP_Airspeed_config.h
AP_Airspeed_DLVR.cpp
AP_Airspeed_DLVR.h
AP_Airspeed_DroneCAN.cpp AP_Airspeed: optimize DroneCAN subscription process 2024-11-18 10:30:29 +11:00
AP_Airspeed_DroneCAN.h AP_Airspeed: optimize DroneCAN subscription process 2024-11-18 10:30:29 +11:00
AP_Airspeed_External.cpp
AP_Airspeed_External.h
AP_Airspeed_Health.cpp
AP_Airspeed_MS4525.cpp
AP_Airspeed_MS4525.h
AP_Airspeed_MS5525.cpp
AP_Airspeed_MS5525.h
AP_Airspeed_MSP.cpp
AP_Airspeed_MSP.h
AP_Airspeed_NMEA.cpp
AP_Airspeed_NMEA.h
AP_Airspeed_Params.cpp
AP_Airspeed_SDP3X.cpp
AP_Airspeed_SDP3X.h
AP_Airspeed_SITL.cpp
AP_Airspeed_SITL.h
AP_Airspeed.cpp AP_Airspeed:correct metadata ref to old param 2024-11-21 09:14:42 +11:00
AP_Airspeed.h