AP_SpdHgtControl: use float for get_throttle_demand

This commit is contained in:
Iampete1 2021-09-18 18:56:58 +01:00 committed by Andrew Tridgell
parent d69d493ea6
commit 76ccbeb0fa

View File

@ -35,7 +35,7 @@ public:
// demanded throttle in percentage
// should return 0 to 100
virtual int32_t get_throttle_demand(void)=0;
virtual float get_throttle_demand(void)=0;
// demanded pitch angle in centi-degrees
// should return -9000 to +9000