From 8b90ad84f68b80cf93426fcdd3b2ebc0a3199222 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 17 Sep 2011 13:42:13 +1000 Subject: [PATCH] fixed ArduCopter HIL build --- libraries/AP_DCM/AP_DCM_HIL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_DCM/AP_DCM_HIL.h b/libraries/AP_DCM/AP_DCM_HIL.h index 071370afa7..a8266fcb09 100644 --- a/libraries/AP_DCM/AP_DCM_HIL.h +++ b/libraries/AP_DCM/AP_DCM_HIL.h @@ -32,6 +32,7 @@ public: // Methods void update_DCM(void) {} + void update_DCM_fast(void) {} float get_health(void) { return 1.0; }