Skip to content

Commit 63d1684

Browse files
authored
Spelling error in fault handler
1 parent bfb4379 commit 63d1684

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
@@ -206,7 +206,7 @@ __NO_RETURN void mbed_fault_handler (uint32_t fault_type, void *mbed_fault_conte
206206
fault_print("\n\n-- MbedOS Fault Handler --\n\n",NULL);
207207

208208
//Now call mbed_error, to log the error and halt the system
209-
mbed_error( MBED_MAKE_ERROR( MBED_MODULE_UNKNOWN, faultStatus ), "System encountered an unrecoverable fault excaption, halting system.", mbed_fault_context.PC_reg, NULL, 0 );
209+
mbed_error( MBED_MAKE_ERROR( MBED_MODULE_UNKNOWN, faultStatus ), "System encountered an unrecoverable fault exception, halting system.", mbed_fault_context.PC_reg, NULL, 0 );
210210

211211
/* In case we return, just spin here, we have already crashed */
212212
for (;;) {

0 commit comments

Comments
 (0)