fix hardfault backtrace support for iccarm

This commit is contained in:
daishengdong
2020-06-03 20:37:10 +08:00
parent f7195c79a7
commit 5861290e43
12 changed files with 80 additions and 131 deletions

View File

@@ -82,7 +82,7 @@ void NMI_Handler(void)
/**
* @brief This function handles Hard fault interrupt.
*/
void HardFault_Handler(void)
void HardFault_Handlerx(void)
{
/* USER CODE BEGIN HardFault_IRQn 0 */