fixed ArduCopter HIL build

This commit is contained in:
Andrew Tridgell 2011-09-17 13:42:13 +10:00
parent a13c68a404
commit f1974cac21

View File

@ -32,6 +32,7 @@ public:
// Methods
void update_DCM(void) {}
void update_DCM_fast(void) {}
float get_health(void) { return 1.0; }