mirror of https://github.com/ARMmbed/mbed-os.git
Remove stray error_value
parent
cf43e1cb5c
commit
e6ae3d2c51
|
@ -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: ");
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue