From d0c7a3e05a1bb5c9cffd1a0946e403d3a8e37e63 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 31 Jan 2025 19:05:36 +0100 Subject: Match the changes in OpenNE, (without reusing it) Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Kernel/HALKit/ARM64/Storage') diff --git a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc index 6b4d7ab4..30e7cef0 100644 --- a/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc +++ b/dev/Kernel/HALKit/ARM64/Storage/MFlash+IO.cc @@ -4,7 +4,7 @@ ------------------------------------------- */ -#ifdef ZKA_USE_MBCI_FLASH +#ifdef NE_USE_MBCI_FLASH #include #include @@ -81,4 +81,4 @@ namespace Kernel } } // namespace Kernel -#endif // if ZKA_USE_MBCI_FLASH +#endif // if NE_USE_MBCI_FLASH -- cgit v1.2.3