We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 819b9f9 + 488f06b commit 65cbf97Copy full SHA for 65cbf97
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/reloc_vector_table.c
@@ -47,8 +47,8 @@
47
#include "nrf_dfu_mbr.h"
48
#endif
49
50
-#if defined(__CC_ARM) || (defined(__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050))
51
- __attribute__ ((section(".bss.nvictable"),zero_init))
+#if defined(__ARMCC_VERSION)
+ __attribute__ ((section(".bss.nvictable")))
52
uint32_t nrf_dispatch_vector[NVIC_NUM_VECTORS];
53
#elif defined(__GNUC__)
54
__attribute__ ((section(".nvictable")))
0 commit comments