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/Mod/MFlash/MFlash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/Mod/MFlash') diff --git a/dev/Mod/MFlash/MFlash.h b/dev/Mod/MFlash/MFlash.h index 05cfb2c8..026c6102 100644 --- a/dev/Mod/MFlash/MFlash.h +++ b/dev/Mod/MFlash/MFlash.h @@ -6,7 +6,7 @@ #pragma once -#ifdef ZKA_USE_MBCI_FLASH +#ifdef NE_USE_MBCI_FLASH #include @@ -18,4 +18,4 @@ Kernel::Void drv_enable_at(Kernel::Int32 slot); Kernel::Void drv_disable_at(Kernel::Int32 slot); -#endif // ifdef ZKA_USE_MBCI_FLASH +#endif // ifdef NE_USE_MBCI_FLASH -- cgit v1.2.3