Skip to content

Commit

Permalink
Merge pull request ARMmbed#7556 from SenRamakri/sen_FixTypoinFaultHan…
Browse files Browse the repository at this point in the history
…dler

Fix spelling in error message in fault handler
  • Loading branch information
Cruz Monrreal committed Jul 20, 2018
2 parents c7dd04c + a0b407d commit ed523a2
Showing 1 changed file with 1 addition and 1 deletion.
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 ed523a2

Please sign in to comment.