Skip to content

Commit a924aec

Browse files
committed
Merge branch 'hard-fault'
2 parents 9d2dbfd + 2d4e991 commit a924aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hardfault.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
void HardFault_Handler(void)
2525
{
26-
Abort("Hard Fault");
26+
Abort("Unexpected error.\nPlease contact support.");
2727
}
2828

2929
void MemManage_Handler(void)

0 commit comments

Comments
 (0)