From d236c9571ef2c80451ab39d84a2e74c98b310a2b Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Fri, 8 May 2026 10:15:04 +0200 Subject: [PATCH] c03: fixed overwrite detection. --- avr/devices/c03/main/main.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/devices/c03/main/main.asm b/avr/devices/c03/main/main.asm index b066387..aef583e 100644 --- a/avr/devices/c03/main/main.asm +++ b/avr/devices/c03/main/main.asm @@ -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