Skip to content

Commit

Permalink
Delete stale TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Apr 9, 2019
1 parent de48e4b commit ac7822b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared-module/board/__init__.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ mp_obj_t common_hal_board_create_i2c(void) {
STATIC busio_spi_obj_t spi_obj;
STATIC mp_obj_t spi_singleton = NULL;

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

0 comments on commit ac7822b

Please sign in to comment.