diff options
Diffstat (limited to 'cc3200/hal/startup_gcc.c')
-rw-r--r-- | cc3200/hal/startup_gcc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/hal/startup_gcc.c b/cc3200/hal/startup_gcc.c index ecae05bdc5..2d364f87d1 100644 --- a/cc3200/hal/startup_gcc.c +++ b/cc3200/hal/startup_gcc.c @@ -60,6 +60,7 @@ extern uint32_t __init_data; // Forward declaration of the default fault handlers. // //***************************************************************************** +__attribute__ ((section (".boot"))) void ResetISR(void); #ifdef DEBUG static void NmiSR(void) __attribute__( ( naked ) ); |