diff options
Diffstat (limited to 'dev/Modules/Flash')
| -rw-r--r-- | dev/Modules/Flash/Flash.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Modules/Flash/Flash.h b/dev/Modules/Flash/Flash.h index f549ef44..9f5d4117 100644 --- a/dev/Modules/Flash/Flash.h +++ b/dev/Modules/Flash/Flash.h @@ -6,7 +6,7 @@ #pragma once -#ifdef __USE_MBCI_FLASH__ +#ifdef ZKA_USE_MBCI_FLASH #include <NewKit/Defines.h> @@ -18,4 +18,4 @@ Kernel::SizeT drv_get_sector_count(); /// @return drive size Kernel::SizeT drv_get_size(); -#endif // ifdef __USE_MBCI_FLASH__ +#endif // ifdef ZKA_USE_MBCI_FLASH |
