nrf51: Removing stack section from startup file as it got added to the final hex file. Thanks dhylands for helping out.
This commit is contained in:
parent
2af06bd3fa
commit
1aeb74a426
|
@ -27,9 +27,6 @@
|
||||||
.syntax unified
|
.syntax unified
|
||||||
.arch armv6-m
|
.arch armv6-m
|
||||||
|
|
||||||
.section .stack
|
|
||||||
.align 3
|
|
||||||
|
|
||||||
.global __Vectors
|
.global __Vectors
|
||||||
.global Default_Handler
|
.global Default_Handler
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue