mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
ThirdOrderCompFilter3D: fix compiler error
This commit is contained in:
parent
07ecf8b40b
commit
4ad8c402b0
@ -14,7 +14,7 @@
|
|||||||
#define __THIRDORDERCOMPFILTER3D_H__
|
#define __THIRDORDERCOMPFILTER3D_H__
|
||||||
|
|
||||||
#include <inttypes.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
|
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
|
||||||
|
|
||||||
// #defines to control how often historical accel based positions are saved
|
// #defines to control how often historical accel based positions are saved
|
||||||
|
Loading…
Reference in New Issue
Block a user