Skip to content

Commit cd96b62

Browse files
kkrentzde-nordic
authored andcommitted
boot: zephyr: Fix comment in banner.c
A comment to an #endif did not match the corresponding #if. Signed-off-by: kkrentz <[email protected]>
1 parent 1357a70 commit cd96b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/kernel/banner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ void boot_banner(void)
4343
printk("*** Booting MCUboot " APPLICATION_BANNER_VERSION " ***\n");
4444
printk("*** " CONFIG_BOOT_BANNER_STRING " " BANNER_VERSION BANNER_POSTFIX " ***\n");
4545
}
46-
#endif /* APP_BUILD_VERSION */
46+
#endif /* APPLICATION_BANNER_VERSION */

0 commit comments

Comments
 (0)