mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
fix end symbol for samx7x and same5x
This commit is contained in:
parent
7949a4ec7c
commit
5a378703fb
@ -1,2 +1,3 @@
|
||||
mcu:MSP430x5xx
|
||||
mcu:SAMD11
|
||||
mcu:NUC121
|
||||
mcu:SAMD11
|
||||
|
@ -160,4 +160,5 @@ SECTIONS
|
||||
|
||||
. = ALIGN(4);
|
||||
_end = . ;
|
||||
end = .;
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 58eb3763200ff51a998be5f537acf67299add227
|
||||
Subproject commit 9e8b37e307d8404033bb881623a113931e1edf27
|
Loading…
x
Reference in New Issue
Block a user