mirror of https://github.com/ARMmbed/mbed-os.git
Fix message string
parent
63d3a32894
commit
cf43e1cb5c
|
@ -350,7 +350,7 @@ static void print_error_report(mbed_error_ctx *ctx, const char *error_msg)
|
|||
break;
|
||||
|
||||
case MBED_ERROR_CODE_ASSERTION_FAILED:
|
||||
mbed_error_printf("Assertion failed, ", ctx->error_value);
|
||||
mbed_error_printf("Assertion failed: ", ctx->error_value);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue