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