mirror of https://github.com/ArduPilot/ardupilot
AP_ROMFS: Add missing header guard
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
b54399b9a7
commit
dc238946b0
|
@ -1,6 +1,7 @@
|
|||
/*
|
||||
implement a file store for embedded firmware images
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue