diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-04-08 14:46:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-08 14:46:45 -0700 |
| commit | 049b9ca09493b9f88a86882379d140896050dc87 (patch) | |
| tree | 6476d294e2b3456c0c6a73eac87d4d3408bbf17a | |
| parent | 8323721232f52fcb216a4fa32e5572d5f4369c6c (diff) | |
Remove terse TODOs
| -rw-r--r-- | ports/nrf/common-hal/busio/SPI.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/nrf/common-hal/busio/SPI.c b/ports/nrf/common-hal/busio/SPI.c index d358dbba4..8881bdc6b 100644 --- a/ports/nrf/common-hal/busio/SPI.c +++ b/ports/nrf/common-hal/busio/SPI.c @@ -329,11 +329,9 @@ uint32_t common_hal_busio_spi_get_frequency(busio_spi_obj_t* self) { } uint8_t common_hal_busio_spi_get_phase(busio_spi_obj_t* self) { - // XXX(deshipu) implement return 0; } uint8_t common_hal_busio_spi_get_polarity(busio_spi_obj_t* self) { - // XXX(deshipu) implement return 0; } |
