mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 08:27:34 +08:00
vtol_type: remvoe const from function declaration
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
@@ -261,11 +261,11 @@ protected:
|
||||
*/
|
||||
bool set_idle_fw();
|
||||
|
||||
void set_all_motor_state(const motor_state target_state, const int value = 0);
|
||||
void set_all_motor_state(motor_state target_state, int value = 0);
|
||||
|
||||
void set_main_motor_state(const motor_state target_state, const int value = 0);
|
||||
void set_main_motor_state(motor_state target_state, int value = 0);
|
||||
|
||||
void set_alternate_motor_state(const motor_state target_state, const int value = 0);
|
||||
void set_alternate_motor_state(motor_state target_state, int value = 0);
|
||||
|
||||
float update_and_get_backtransition_pitch_sp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user