cmsis is donning his own HardFault Handler

This commit is contained in:
Thomas Göttgens
2023-03-10 21:39:21 +01:00
parent a47364f07b
commit 57fc9baafc
2 changed files with 1 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ extern "C" void HardFault_Handler(void)
asm volatile(" mrs r0,msp\n"
" b HardFault_Impl \n");
}
#else
#elif !defined(ARCH_NRF52)
/* The prototype shows it is a naked function - in effect this is just an
assembly function. */