Skip to content

Commit d4b6fdc

Browse files
SPI capitalisation
1 parent 68628c1 commit d4b6fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class SPI : private NonCopyable<SPI> {
249249
*/
250250
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);
251251

252-
/** Configure a callback, spi peripheral and initiate a new transfer.
252+
/** Configure a callback, SPI peripheral and initiate a new transfer.
253253
*
254254
* @param tx_buffer The TX buffer with data to be transfered. If NULL is passed,
255255
* the default SPI value is sent.

0 commit comments

Comments
 (0)