AC_AttitudeControl: rename dataflash to logger
This commit is contained in:
parent
2dc766556d
commit
ce872d83a4
@ -827,7 +827,6 @@ float AC_PosControl::time_since_last_xy_update() const
|
||||
return (now_us - _last_update_xy_us) * 1.0e-6f;
|
||||
}
|
||||
|
||||
// write log to dataflash
|
||||
void AC_PosControl::write_log()
|
||||
{
|
||||
const Vector3f &pos_target = get_pos_target();
|
||||
|
@ -291,7 +291,6 @@ public:
|
||||
// time_since_last_xy_update - returns time in seconds since the horizontal position controller was last run
|
||||
float time_since_last_xy_update() const;
|
||||
|
||||
// write log to dataflash
|
||||
void write_log();
|
||||
|
||||
// provide feedback on whether arming would be a good idea right now:
|
||||
|
Loading…
Reference in New Issue
Block a user