diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-08 17:37:30 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-04-08 17:37:30 -0700 |
| commit | ac7822ba4c144634593c2a0e4a98d0bd75c6de5c (patch) | |
| tree | b20e2ccd913b30ea4dca2bd46bcd2a435bba0a8b /shared-module/board | |
| parent | de48e4b262f17b8c75449be0ae30a10ffd1489e1 (diff) | |
Delete stale TODO
Diffstat (limited to 'shared-module/board')
| -rw-r--r-- | shared-module/board/__init__.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/board/__init__.c b/shared-module/board/__init__.c index 65252dd0a..3647e2654 100644 --- a/shared-module/board/__init__.c +++ b/shared-module/board/__init__.c @@ -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; } |
