Skip to content

Commit 967ab1b

Browse files
SenRamakriCruz Monrreal II
authored andcommitted
Fix spelling in error message in fault handler
1 parent 72869a2 commit 967ab1b

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)