c03: fixed overwrite detection.

This commit is contained in:
Martin Preuss
2026-05-08 10:15:04 +02:00
parent 67e084b856
commit d236c9571e

View File

@@ -564,8 +564,8 @@ GUI_MODULE_END:
deviceCodeEnd:
.if deviceCodeEnd >= BOOTLOADER_ADDR
.warning "Code reaches into boot loader!"
.if deviceCodeEnd >= RESSOURCE_ADDR
.warning "Code reaches into ressources!"
.endif