_unhandled_exception made weak in ARMCMx

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10217 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-05-28 15:18:26 +00:00
parent f78801ac5c
commit eb231dbd54
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@
* @notapi
*/
/*lint -save -e9075 [8.4] All symbols are invoked from asm context.*/
__attribute__((weak))
void _unhandled_exception(void) {
/*lint -restore*/