mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
Fix hil issue
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1712 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
6a9223efd8
commit
2989bf2cde
@ -23,6 +23,17 @@ public:
|
||||
}
|
||||
//@}
|
||||
|
||||
float gx() { return 0; }
|
||||
float gy() { return 0; }
|
||||
float gz() { return 0; }
|
||||
float ax() { return 0; }
|
||||
float ay() { return 0; }
|
||||
float az() { return 0; }
|
||||
|
||||
void ax(const int v) { }
|
||||
void ay(const int v) { }
|
||||
void az(const int v) { }
|
||||
|
||||
/// Set the gyro vector. ::update will return
|
||||
/// true once after this call.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user