Rover: set_mode arg name to match implementation

definition and implementation used different argument name
This commit is contained in:
khancyr 2017-08-16 10:35:21 +02:00 committed by Randy Mackay
parent a035950a22
commit ed19db7188

View File

@ -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();