Skip to content

Commit cf43e1c

Browse files
committed
Fix message string
1 parent 63d3a32 commit cf43e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_error.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ static void print_error_report(mbed_error_ctx *ctx, const char *error_msg)
350350
break;
351351

352352
case MBED_ERROR_CODE_ASSERTION_FAILED:
353-
mbed_error_printf("Assertion failed, ", ctx->error_value);
353+
mbed_error_printf("Assertion failed: ", ctx->error_value);
354354
break;
355355

356356
default:

0 commit comments

Comments
 (0)