ThirdOrderCompFilter3D: fix compiler error

This commit is contained in:
rmackay9 2012-11-07 19:47:48 +09:00
parent 07ecf8b40b
commit 4ad8c402b0
1 changed files with 1 additions and 1 deletions

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