From 1ff4394d853c2d42ac799cf013b8788c9ff03801 Mon Sep 17 00:00:00 2001 From: Vyacheslav Bazhenov Date: Fri, 29 Sep 2023 15:30:02 +0300 Subject: [PATCH] [onert-micro] Rename include guard in PALMinimum.h This commit renames include guard in PALMinimum.h ONE-DCO-1.0-Signed-off-by: Vyacheslav Bazhenov --- onert-micro/luci-interpreter/pal/mcu/PALMinimum.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/onert-micro/luci-interpreter/pal/mcu/PALMinimum.h b/onert-micro/luci-interpreter/pal/mcu/PALMinimum.h index 2c4638af97a..5d048e3d7e4 100644 --- a/onert-micro/luci-interpreter/pal/mcu/PALMinimum.h +++ b/onert-micro/luci-interpreter/pal/mcu/PALMinimum.h @@ -15,8 +15,8 @@ * limitations under the License. */ -#ifndef LUCI_INTERPRETER_PAL_FLOORMOD_H -#define LUCI_INTERPRETER_PAL_FLOORMOD_H +#ifndef LUCI_INTERPRETER_PAL_MINIMUM_H +#define LUCI_INTERPRETER_PAL_MINIMUM_H #include "PALMinimumCommon.h" @@ -25,4 +25,4 @@ namespace luci_interpreter_pal } // namespace luci_interpreter_pal -#endif // LUCI_INTERPRETER_PAL_FLOORMOD_H +#endif // LUCI_INTERPRETER_PAL_MINIMUM_H