Corrected UART output.
This commit is contained in:
parent
40a1f3edbc
commit
a3a2dd0f70
@ -113,7 +113,7 @@ mp_obj_t board_uart(void) {
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
mp_obj_t board_uart(void) {
|
mp_obj_t board_uart(void) {
|
||||||
mp_raise_NotImplementedError_varg(translate("No default %q bus"), MP_QSTR_SPI);
|
mp_raise_NotImplementedError_varg(translate("No default %q bus"), MP_QSTR_UART);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user