Skip to content

Commit 015d8f2

Browse files
author
Cruz Monrreal
authored
Merge pull request #7234 from janjongboom/patch-3
Spelling error in fault handler
2 parents c3bdfad + 63d1684 commit 015d8f2

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)