Skip to content

Commit a3a2dd0

Browse files
committed
Corrected UART output.
1 parent 40a1f3e commit a3a2dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/board/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ mp_obj_t board_uart(void) {
113113
}
114114
#else
115115
mp_obj_t board_uart(void) {
116-
mp_raise_NotImplementedError_varg(translate("No default %q bus"), MP_QSTR_SPI);
116+
mp_raise_NotImplementedError_varg(translate("No default %q bus"), MP_QSTR_UART);
117117
return NULL;
118118
}
119119
#endif

0 commit comments

Comments
 (0)