arches: declare _SysFatalErrorHandler __weak
This function is intended to be easily overridable by applications. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
ae1a75b82e
commit
998f905445
6 changed files with 9 additions and 8 deletions
|
@ -38,7 +38,7 @@
|
|||
*
|
||||
* @return N/A
|
||||
*/
|
||||
void _SysFatalErrorHandler(unsigned int reason,
|
||||
void __weak _SysFatalErrorHandler(unsigned int reason,
|
||||
const NANO_ESF *pEsf)
|
||||
{
|
||||
ARG_UNUSED(pEsf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue