From 01133cc35bbfc6a26d13a03ccd87a1b20319c2f8 Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sun, 15 Dec 2024 18:21:10 +0100 Subject: [PATCH] avr: fixed defs. --- avr/include/tn841def.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avr/include/tn841def.inc b/avr/include/tn841def.inc index 0e79b99..4efa775 100644 --- a/avr/include/tn841def.inc +++ b/avr/include/tn841def.inc @@ -1138,7 +1138,7 @@ ; ***** DATA MEMORY DECLARATIONS ***************************************** .equ FLASHSTART = 0x0000 ; Note: Word address .equ FLASHEND = 0x0FFF ; Note: Word address -.equ FLASHPAGESIZE = 0x0008 ; Note: Size in words +.equ PAGESIZE = 0x0008 ; Note: Size in words .equ IOEND = 0x00FF