We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8323721 commit 049b9caCopy full SHA for 049b9ca
1 file changed
ports/nrf/common-hal/busio/SPI.c
@@ -329,11 +329,9 @@ uint32_t common_hal_busio_spi_get_frequency(busio_spi_obj_t* self) {
329
}
330
331
uint8_t common_hal_busio_spi_get_phase(busio_spi_obj_t* self) {
332
- // XXX(deshipu) implement
333
return 0;
334
335
336
uint8_t common_hal_busio_spi_get_polarity(busio_spi_obj_t* self) {
337
338
339
0 commit comments