Skip to content

Commit f7d1aef

Browse files
aha! Remove offending ASM code
1 parent 5aed754 commit f7d1aef

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

targets/TARGET_NXP/TARGET_LPC176X/device/TOOLCHAIN_GCC_ARM/startup_LPC17xx.S

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@
3030
aborting compilation, it is not the run time limit:
3131
Heap_Size + Stack_Size = 0x80 + 0x80 = 0x100
3232
*/
33-
34-
.section .heap
35-
.align 3
36-
#ifdef __HEAP_SIZE
37-
.equ Heap_Size, __HEAP_SIZE
38-
#else
39-
.equ Heap_Size, 0x800
40-
#endif
41-
.globl __HeapBase
42-
.globl __HeapLimit
43-
__HeapBase:
44-
.space Heap_Size
45-
.size __HeapBase, . - __HeapBase
46-
__HeapLimit:
47-
.size __HeapLimit, . - __HeapLimit
4833

4934
.section .isr_vector
5035
.align 2

0 commit comments

Comments
 (0)