Skip to content

Commit ff96298

Browse files
committed
Fixed test-app default entry point in ARM.ld for CI
1 parent 3136682 commit ff96298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-app/ARM.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MEMORY
22
{
3-
FLASH (rx) : ORIGIN = 0x0008100, LENGTH = 0x005FFF
3+
FLASH (rx) : ORIGIN = 0x0020100, LENGTH = 0x005FFF
44
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 16K /* Run in lowmem */
55
}
66

0 commit comments

Comments
 (0)