SPI capitalisation

pull/8516/head
paul-szczepanek-arm 2018-10-24 09:26:10 +01:00
parent 68628c1178
commit d4b6fdc1ec
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ protected:
*/
int queue_transfer(const void *tx_buffer, int tx_length, void *rx_buffer, int rx_length, unsigned char bit_width, const event_callback_t &callback, int event);
/** Configure a callback, spi peripheral and initiate a new transfer.
/** Configure a callback, SPI peripheral and initiate a new transfer.
*
* @param tx_buffer The TX buffer with data to be transfered. If NULL is passed,
* the default SPI value is sent.