AP_Vehicle: convert MIN_GNDSPEED_CM to MIN_GROUNDSPEED

This commit is contained in:
Andrew Tridgell 2024-01-18 16:53:11 +11:00
parent c2038ee18e
commit 1f7f4bac73

View File

@ -14,7 +14,7 @@ struct AP_FixedWing {
AP_Int16 airspeed_min;
AP_Int16 airspeed_max;
AP_Float airspeed_cruise;
AP_Int32 min_gndspeed_cm;
AP_Float min_groundspeed;
AP_Int8 crash_detection_enable;
AP_Int16 roll_limit_cd;
AP_Int16 pitch_limit_max_cd;