_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:
parent
f78801ac5c
commit
eb231dbd54
|
@ -43,6 +43,7 @@
|
||||||
* @notapi
|
* @notapi
|
||||||
*/
|
*/
|
||||||
/*lint -save -e9075 [8.4] All symbols are invoked from asm context.*/
|
/*lint -save -e9075 [8.4] All symbols are invoked from asm context.*/
|
||||||
|
__attribute__((weak))
|
||||||
void _unhandled_exception(void) {
|
void _unhandled_exception(void) {
|
||||||
/*lint -restore*/
|
/*lint -restore*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue