Fix hil issue

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1712 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
mich146@hotmail.com 2011-02-21 23:16:57 +00:00
parent 50e427fa95
commit a850e315c9
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@ public:
return updated;
}
//@}
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.