Skip to content

Commit ac7822b

Browse files
committed
Delete stale TODO
1 parent de48e4b commit ac7822b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-module/board/__init__.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ mp_obj_t common_hal_board_create_i2c(void) {
5555
STATIC busio_spi_obj_t spi_obj;
5656
STATIC mp_obj_t spi_singleton = NULL;
5757

58-
// TODO(tannewt): Move this to shared-bindings/board/__init__.c and corresponding shared-module.
5958
mp_obj_t common_hal_board_get_spi(void) {
6059
return spi_singleton;
6160
}

0 commit comments

Comments
 (0)