AP_SpdHgtControl: use float for get_throttle_demand
This commit is contained in:
parent
d69d493ea6
commit
76ccbeb0fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user