Skip to content

Commit

Permalink
Merge branch 'hard-fault'
Browse files Browse the repository at this point in the history
  • Loading branch information
Beerosagos committed Dec 10, 2024
2 parents 9d2dbfd + 2d4e991 commit a924aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hardfault.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

void HardFault_Handler(void)
{
Abort("Hard Fault");
Abort("Unexpected error.\nPlease contact support.");
}

void MemManage_Handler(void)
Expand Down

0 comments on commit a924aec

Please sign in to comment.