Fixed small problem in unhandled exceptions handler.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11434 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
65ee20cd8c
commit
b31b8d631a
|
@ -769,7 +769,8 @@ Vector3FC:
|
|||
.thumb_func
|
||||
.weak _unhandled_exception
|
||||
_unhandled_exception:
|
||||
b _unhandled_exception
|
||||
.stay:
|
||||
b .stay
|
||||
|
||||
#endif /* !defined(__DOXYGEN__) */
|
||||
|
||||
|
|
Loading…
Reference in New Issue