Delete stale TODO

This commit is contained in:
Scott Shawcroft 2019-04-08 17:37:30 -07:00
parent de48e4b262
commit ac7822ba4c
No known key found for this signature in database
GPG Key ID: FD0EDC4B6C53CA59
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}