shared/upytesthelper: Fix spelling of "default".

Signed-off-by: David Lechner <david@pybricks.com>
pull/11484/head
David Lechner 2023-05-12 16:26:48 -05:00 zatwierdzone przez Damien George
rodzic 46d070bfee
commit 978829fcd6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -61,7 +61,7 @@ bool upytest_is_failed(void) {
// MP_PLAT_PRINT_STRN() should be redirected to this function.
// It will pass-through any content to mp_hal_stdout_tx_strn_cooked()
// (the dfault value of MP_PLAT_PRINT_STRN), but will also match
// (the default value of MP_PLAT_PRINT_STRN), but will also match
// it to the expected output as set by upytest_set_expected_output().
// If mismatch happens, upytest_is_failed() returns true.
void upytest_output(const char *str, mp_uint_t len) {