avr: fixed defs.

This commit is contained in:
Martin Preuss
2024-12-15 18:21:10 +01:00
parent 4dc6031d03
commit 01133cc35b

View File

@@ -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