Fix apptable size for x128a4/u

This commit is contained in:
stefanrueger
2025-11-06 21:38:13 +01:00
parent 635027289e
commit 72e0f00d4d

View File

@@ -17609,8 +17609,9 @@ part parent ".xmega-ab" # x128a4
;
memory "apptable"
size = 8192;
page_size = 512;
offset = 0x81f000;
offset = 0x81e000;
;
memory "boot"
@@ -17693,7 +17694,8 @@ part parent ".xmega-ab" # x128a4u
;
memory "apptable"
offset = 0x81f000;
size = 8192;
offset = 0x81e000;
;
memory "boot"