mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 07:07:35 +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