Prevent multiple __aeabi_atexit definition linker error (GCC_CR)

pull/9126/head
Fluidblue 2018-12-17 15:01:00 +01:00 committed by GitHub
parent 69ef8043a6
commit c9eb60c6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -190,6 +190,4 @@ AFTER_VECTORS void DebugMon_Handler (void) {}
AFTER_VECTORS void PendSV_Handler (void) {}
AFTER_VECTORS void SysTick_Handler (void) {}
AFTER_VECTORS void IntDefaultHandler (void) {}
int __aeabi_atexit(void *object, void (*destructor)(void *), void *dso_handle) {return 0;}
}