mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
added dummy save() method to AP_IMU_Shim
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1781 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
119194d443
commit
cc548e4c19
@ -48,6 +48,9 @@ public:
|
||||
///
|
||||
void set_accel(Vector3f v) { _accel = v; _updated = true; }
|
||||
|
||||
// dummy save method
|
||||
void save(void) { }
|
||||
|
||||
private:
|
||||
/// set true when new data is delivered
|
||||
bool _updated;
|
||||
|
Loading…
Reference in New Issue
Block a user