mirror of https://github.com/ArduPilot/ardupilot
AP_IOMCU: Add #pragma once
Added #pragma once to AP_IOMCU as this caused compile issues when adding bindings to the LUA scripting
This commit is contained in:
parent
09fd157b9b
commit
11dd9e8095
|
@ -4,6 +4,7 @@
|
|||
For bootstrapping this will initially implement the px4io protocol,
|
||||
but will later move to an ArduPilot specific protocol
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue