Rover: move declaration of rpm_update
This commit is contained in:
parent
7a80eb0169
commit
c36345b2cc
@ -490,6 +490,7 @@ private:
|
|||||||
void read_rangefinders(void);
|
void read_rangefinders(void);
|
||||||
void init_proximity();
|
void init_proximity();
|
||||||
void read_airspeed();
|
void read_airspeed();
|
||||||
|
void rpm_update(void);
|
||||||
|
|
||||||
// Steering.cpp
|
// Steering.cpp
|
||||||
bool use_pivot_steering_at_next_WP(float yaw_error_cd);
|
bool use_pivot_steering_at_next_WP(float yaw_error_cd);
|
||||||
@ -497,7 +498,6 @@ private:
|
|||||||
void set_servos(void);
|
void set_servos(void);
|
||||||
|
|
||||||
// system.cpp
|
// system.cpp
|
||||||
void rpm_update(void);
|
|
||||||
void init_ardupilot();
|
void init_ardupilot();
|
||||||
void startup_ground(void);
|
void startup_ground(void);
|
||||||
void update_ahrs_flyforward();
|
void update_ahrs_flyforward();
|
||||||
|
Loading…
Reference in New Issue
Block a user