AP_HAL: correct comments for ArduPlane.cpp rename

This commit is contained in:
Peter Barker 2024-12-23 08:41:59 +11:00 committed by Andrew Tridgell
parent 073edac6ee
commit c438d8a28d

View File

@ -95,7 +95,7 @@
// disble temp cal of gyros by default
#define HAL_INS_TEMPERATURE_CAL_ENABLE 0
//turn off a bunch of advanced plane scheduler table things. see ArduPlane.cpp
//turn off a bunch of advanced plane scheduler table things. see Plane.cpp
#define AP_ADVANCEDFAILSAFE_ENABLED 0
#define AP_ICENGINE_ENABLED 0
#define AP_OPTICALFLOW_ENABLED 0