Merge pull request #2838 from spkuehl/UART_sharedbinding_fix
Fix #2814 Corrected UART output.
This commit is contained in:
commit
242063e1d0
|
@ -113,7 +113,7 @@ mp_obj_t board_uart(void) {
|
|||
}
|
||||
#else
|
||||
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;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue