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 8b8c2e0 commit 00b8c08Copy full SHA for 00b8c08
boot/zephyr/flash_map_extended.c
@@ -165,7 +165,7 @@ __weak uint8_t flash_area_erased_val(const struct flash_area *fap)
165
return ERASED_VAL;
166
}
167
168
-#if defined(CONFIG_MCUBOOT_LOGICAL_SECTOR_SIZE) && CONFIG_MCUBOOT_LOGICAL_SECTOR_SIZE == 0 || \
+#if (defined(CONFIG_MCUBOOT_LOGICAL_SECTOR_SIZE) && CONFIG_MCUBOOT_LOGICAL_SECTOR_SIZE == 0) || \
169
defined(CONFIG_MCUBOOT_LOGICAL_SECTOR_VALIDATION)
170
int flash_area_sector_from_off(off_t off, struct flash_sector *sector)
171
{
0 commit comments