Skip to content

Commit ae91b12

Browse files
committed
chore: whitespace fixed
1 parent 127cc62 commit ae91b12

File tree

1 file changed

+1
-1
lines changed
  • ports/mimxrt10xx/common-hal/busio

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ bool common_hal_busio_spi_transfer(busio_spi_obj_t *self, const uint8_t *data_ou
345345
do {
346346
status = LPSPI_MasterTransferBlocking(self->spi, &xfer);
347347
} while (status == kStatus_LPSPI_Busy);
348-
348+
349349
if (status != kStatus_Success)
350350
printf("%s: status %ld\r\n", __func__, status);
351351

0 commit comments

Comments
 (0)