Rover: set_mode arg name to match implementation
definition and implementation used different argument name
This commit is contained in:
parent
a035950a22
commit
ed19db7188
@ -541,7 +541,7 @@ private:
|
||||
void init_ardupilot();
|
||||
void startup_ground(void);
|
||||
void set_reverse(bool reverse);
|
||||
bool set_mode(Mode &mode, mode_reason_t reason);
|
||||
bool set_mode(Mode &new_mode, mode_reason_t reason);
|
||||
bool mavlink_set_mode(uint8_t mode);
|
||||
void startup_INS_ground(void);
|
||||
void update_notify();
|
||||
|
Loading…
Reference in New Issue
Block a user