mirror of https://github.com/ArduPilot/ardupilot
AP_ICEngine: Add missing header guard
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
fe3d4e2c3b
commit
b54399b9a7
|
@ -16,6 +16,7 @@
|
|||
/*
|
||||
control of internal combustion engines (starter, ignition and choke)
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_RPM/AP_RPM.h>
|
||||
|
|
Loading…
Reference in New Issue