Skip to content

Commit

Permalink
Adds a typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed May 15, 2023
1 parent e24c5bb commit 3b1e3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/rs911x/hal/efx_spi.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ int16_t rsi_spi_transfer(uint8_t * tx_buf, uint8_t * rx_buf, uint16_t xlen, uint
int itemsRemaining = 0;
SPIDRV_GetTransferStatus(SL_SPIDRV_HANDLE, &itemsTransferred, &itemsRemaining);
SILABS_LOG("SPI transfert timed out %d/%d (rx%x rx%x)", itemsTransferred, itemsRemaining, (uint32_t) tx_buf,
; (uint32_t) rx_buf);
(uint32_t) rx_buf);

SPIDRV_AbortTransfer(SL_SPIDRV_HANDLE);
rsiError = RSI_ERROR_SPI_TIMEOUT;
Expand Down

0 comments on commit 3b1e3a5

Please sign in to comment.