Browse Source

fixed ArduCopter HIL build

master
Andrew Tridgell 14 years ago
parent
commit
8b90ad84f6
  1. 1
      libraries/AP_DCM/AP_DCM_HIL.h

1
libraries/AP_DCM/AP_DCM_HIL.h

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

Loading…
Cancel
Save