We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e241d commit 66de402Copy full SHA for 66de402
drivers/flash/soc_flash_nrf_mram.c
@@ -25,7 +25,7 @@ LOG_MODULE_REGISTER(flash_nrf_mram, CONFIG_FLASH_LOG_LEVEL);
25
26
#define ERASE_VALUE 0xff
27
28
-BUILD_ASSERT(MRAM_START > 0, "nordic,mram: start address expected to be non-zero");
+BUILD_ASSERT(MRAM_START >= 0, "nordic,mram: start address expected to be non-zero");
29
BUILD_ASSERT((ERASE_BLOCK_SIZE % WRITE_BLOCK_SIZE) == 0,
30
"erase-block-size expected to be a multiple of write-block-size");
31
0 commit comments