Skip to content

Commit fbb57f9

Browse files
author
Matt Land
committed
better error message
1 parent ff6e6b5 commit fbb57f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/atmel-samd/board_busses.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
STATIC mp_obj_t board_i2c(void) {
3838
//board_i2c_obj = NULL;
39-
mp_raise_NotImplementedError("no default bus");
39+
mp_raise_NotImplementedError("No default I2C bus");
4040
return NULL;
4141
}
4242

0 commit comments

Comments
 (0)