From 4b6a0f0b4f5aeaae5397873fefc91544968fa6aa Mon Sep 17 00:00:00 2001 From: Iampete1 Date: Tue, 19 Jul 2022 12:33:12 +0100 Subject: [PATCH] AC_Fence: change AC_FENCE to AP_FENCE_ENABLED --- libraries/AC_Fence/AC_Fence_config.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/AC_Fence/AC_Fence_config.h diff --git a/libraries/AC_Fence/AC_Fence_config.h b/libraries/AC_Fence/AC_Fence_config.h new file mode 100644 index 0000000000..da35192f33 --- /dev/null +++ b/libraries/AC_Fence/AC_Fence_config.h @@ -0,0 +1,5 @@ +#pragma once + +#ifndef AP_FENCE_ENABLED +#define AP_FENCE_ENABLED 1 +#endif