mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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 init_proximity();
|
||||
void read_airspeed();
|
||||
void rpm_update(void);
|
||||
|
||||
// Steering.cpp
|
||||
bool use_pivot_steering_at_next_WP(float yaw_error_cd);
|
||||
@ -497,7 +498,6 @@ private:
|
||||
void set_servos(void);
|
||||
|
||||
// system.cpp
|
||||
void rpm_update(void);
|
||||
void init_ardupilot();
|
||||
void startup_ground(void);
|
||||
void update_ahrs_flyforward();
|
||||
|
Loading…
Reference in New Issue
Block a user