Skip to content

Commit eeee6e5

Browse files
author
Cruz Monrreal
authored
Merge pull request #7556 from SenRamakri/sen_FixTypoinFaultHandler
Fix spelling in error message in fault handler
2 parents bb7b97c + 577844d commit eeee6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rtos/TARGET_CORTEX/TARGET_CORTEX_M/mbed_rtx_fault_handler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void mbed_fault_handler (uint32_t fault_type, void *mbed_fault_context_in, void
6666
mbed_error_printf("\n\n-- MbedOS Fault Handler --\n\n");
6767

6868
//Now call mbed_error, to log the error and halt the system
69-
mbed_error( faultStatus, "Unrecoverable fault excaption.", mbed_fault_context.PC_reg, NULL, 0 );
69+
mbed_error( faultStatus, "Fault exception", mbed_fault_context.PC_reg, NULL, 0 );
7070

7171
}
7272

0 commit comments

Comments
 (0)