Skip to content

Commit 049b9ca

Browse files
authored
Remove terse TODOs
1 parent 8323721 commit 049b9ca

File tree

1 file changed

+0
-2
lines changed
  • ports/nrf/common-hal/busio

1 file changed

+0
-2
lines changed

ports/nrf/common-hal/busio/SPI.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,9 @@ uint32_t common_hal_busio_spi_get_frequency(busio_spi_obj_t* self) {
329329
}
330330

331331
uint8_t common_hal_busio_spi_get_phase(busio_spi_obj_t* self) {
332-
// XXX(deshipu) implement
333332
return 0;
334333
}
335334

336335
uint8_t common_hal_busio_spi_get_polarity(busio_spi_obj_t* self) {
337-
// XXX(deshipu) implement
338336
return 0;
339337
}

0 commit comments

Comments
 (0)