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
|
#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