mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
EKF add missing header guards
This commit is contained in:
@@ -40,6 +40,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "estimator_interface.h"
|
#include "estimator_interface.h"
|
||||||
|
|
||||||
class Ekf : public EstimatorInterface
|
class Ekf : public EstimatorInterface
|
||||||
|
|||||||
@@ -39,6 +39,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "RingBuffer.h"
|
#include "RingBuffer.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user