From 11dd9e809505c160d3d17b7c42cab795bffc25c8 Mon Sep 17 00:00:00 2001 From: Hayden Date: Mon, 1 May 2023 09:29:02 +1000 Subject: [PATCH] AP_IOMCU: Add #pragma once Added #pragma once to AP_IOMCU as this caused compile issues when adding bindings to the LUA scripting --- libraries/AP_IOMCU/AP_IOMCU.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_IOMCU/AP_IOMCU.h b/libraries/AP_IOMCU/AP_IOMCU.h index 8e508ebebb..df97297017 100644 --- a/libraries/AP_IOMCU/AP_IOMCU.h +++ b/libraries/AP_IOMCU/AP_IOMCU.h @@ -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