Skip to content

Commit

Permalink
Comment reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Oct 16, 2023
1 parent 1063c6d commit c603239
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 @@ -380,7 +380,7 @@ static void spi_dmaTransfertComplete(SPIDRV_HandleData_t * pxHandle, Ecode_t tra
}

/*********************************************************************
* @fn int16_t rsi_spi_transfer(uint8_t *ptrBuf,uint16_t bufLen,uint8_t *valBuf,uint8_t mode)
* @fn int16_t rsi_spi_transfer(uint8_t *ptrBuf, uint16_t bufLen, uint8_t *valBuf, uint8_t mode)
* @param[in] uint8_t *tx_buff, pointer to the buffer with the data to be transfered
* @param[in] uint8_t *rx_buff, pointer to the buffer to store the data received
* @param[in] uint16_t transfer_length, Number of bytes to send and receive
Expand Down

0 comments on commit c603239

Please sign in to comment.