Skip to content

Commit

Permalink
Fix spelling in error message in fault handler
Browse files Browse the repository at this point in the history
  • Loading branch information
SenRamakri committed Jul 19, 2018
1 parent 49ae504 commit 577844d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ void mbed_fault_handler (uint32_t fault_type, void *mbed_fault_context_in, void
mbed_error_printf("\n\n-- MbedOS Fault Handler --\n\n");

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

}

Expand Down

0 comments on commit 577844d

Please sign in to comment.