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 549cffc commit 8b8c2e0Copy full SHA for 8b8c2e0
boot/bootutil/src/loader.c
@@ -682,7 +682,7 @@ split_image_check(struct image_header *app_hdr,
682
out:
683
FIH_RET(fih_rc);
684
}
685
-#endif /* defined(MCUBOOT_LOGICAL_SECTOR_SIZE) && MCUBOOT_LOGICAL_SECTOR_SIZE != 0 */
+#endif /* !defined(MCUBOOT_LOGICAL_SECTOR_SIZE) || MCUBOOT_LOGICAL_SECTOR_SIZE == 0 */
686
#endif /* !MCUBOOT_DIRECT_XIP && !MCUBOOT_RAM_LOAD */
687
688
/*
0 commit comments