8000 nrf51: Removing stack section from startup file as it got added to th… · ladyada/circuitpython@1aeb74a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1aeb74a

Browse files
committed
nrf51: Removing stack section from startup file as it got added to the final hex file. Thanks dhylands for helping out.
1 parent 2af06bd commit 1aeb74a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nrf5/device/nrf51/startup_nrf51.s

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
.syntax unified
2828
.arch armv6-m
2929

30-
.section .stack
31-
.align 3
32-
3330
.global __Vectors
3431
.global Default_Handler
3532

0 commit comments

Comments
 (0)
0