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:
Hayden 2023-05-01 09:29:02 +10:00 committed by Peter Barker
parent 09fd157b9b
commit 11dd9e8095
1 changed files with 1 additions and 0 deletions

View File

@ -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>