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:
Glenn Ruben Bakke 2017-03-04 01:24:05 +01:00
parent 2af06bd3fa
commit 1aeb74a426
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@
.syntax unified
.arch armv6-m
.section .stack
.align 3
.global __Vectors
.global Default_Handler