Skip to content

Commit 8b8c2e0

Browse files
de-nordicCopilot
andauthored
Update boot/bootutil/src/loader.c
Co-authored-by: Copilot <[email protected]>
1 parent 549cffc commit 8b8c2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/bootutil/src/loader.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ split_image_check(struct image_header *app_hdr,
682682
out:
683683
FIH_RET(fih_rc);
684684
}
685-
#endif /* defined(MCUBOOT_LOGICAL_SECTOR_SIZE) && MCUBOOT_LOGICAL_SECTOR_SIZE != 0 */
685+
#endif /* !defined(MCUBOOT_LOGICAL_SECTOR_SIZE) || MCUBOOT_LOGICAL_SECTOR_SIZE == 0 */
686686
#endif /* !MCUBOOT_DIRECT_XIP && !MCUBOOT_RAM_LOAD */
687687

688688
/*

0 commit comments

Comments
 (0)