Skip to content

Commit c9eb60c

Browse files
authored
Prevent multiple __aeabi_atexit definition linker error (GCC_CR)
1 parent 69ef804 commit c9eb60c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/TARGET_NXP/TARGET_LPC11U6X/device/TOOLCHAIN_GCC_CR/TARGET_LPC11U68/startup_LPC11U68.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,4 @@ AFTER_VECTORS void DebugMon_Handler (void) {}
190190
AFTER_VECTORS void PendSV_Handler (void) {}
191191
AFTER_VECTORS void SysTick_Handler (void) {}
192192
AFTER_VECTORS void IntDefaultHandler (void) {}
193-
194-
int __aeabi_atexit(void *object, void (*destructor)(void *), void *dso_handle) {return 0;}
195193
}

0 commit comments

Comments
 (0)