From 1aeb74a426508a56a56efaa8a232b7a31bda12e3 Mon Sep 17 00:00:00 2001 From: Glenn Ruben Bakke Date: Sat, 4 Mar 2017 01:24:05 +0100 Subject: [PATCH] nrf51: Removing stack section from startup file as it got added to the final hex file. Thanks dhylands for helping out. --- nrf5/device/nrf51/startup_nrf51.s | 3 --- 1 file changed, 3 deletions(-) diff --git a/nrf5/device/nrf51/startup_nrf51.s b/nrf5/device/nrf51/startup_nrf51.s index b20f3745fa..9b6d541708 100644 --- a/nrf5/device/nrf51/startup_nrf51.s +++ b/nrf5/device/nrf51/startup_nrf51.s @@ -27,9 +27,6 @@ .syntax unified .arch armv6-m - .section .stack - .align 3 - .global __Vectors .global Default_Handler