ThirdOrderCompFilter3D: fix compiler error

This commit is contained in:
rmackay9 2012-11-07 19:47:48 +09:00
parent cec96a76d7
commit 5f34d41b59

View File

@ -14,7 +14,7 @@
#define __THIRDORDERCOMPFILTER3D_H__
#include <inttypes.h>
#include <Math.h> // Math library for matrix and vector math
#include <AP_Math.h> // Math library for matrix and vector math
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
// #defines to control how often historical accel based positions are saved