Remove stray error_value

pull/8255/head
MateuszMaz 2018-10-09 18:49:47 +02:00
parent cf43e1cb5c
commit e6ae3d2c51
1 changed files with 1 additions and 1 deletions

View File

@ -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: