fix end symbol for samx7x and same5x

This commit is contained in:
hathach
2022-06-29 15:05:09 +07:00
parent 7949a4ec7c
commit 5a378703fb
3 changed files with 4 additions and 2 deletions

View File

@@ -1,2 +1,3 @@
mcu:MSP430x5xx mcu:MSP430x5xx
mcu:NUC121
mcu:SAMD11 mcu:SAMD11

View File

@@ -160,4 +160,5 @@ SECTIONS
. = ALIGN(4); . = ALIGN(4);
_end = . ; _end = . ;
end = .;
} }