Skip to content

Commit efdcdd5

Browse files
active voice
1 parent d4b6fdc commit efdcdd5

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
@@ -84,7 +84,7 @@ class SPI : private NonCopyable<SPI> {
8484

8585
/** Create a SPI master connected to the specified pins.
8686
*
87-
* @note Either mosi or miso can be specified as NC if not used.
87+
* @note You can specify mosi or miso as NC if not used.
8888
*
8989
* @param mosi SPI Master Out, Slave In pin.
9090
* @param miso SPI Master In, Slave Out pin.

0 commit comments

Comments
 (0)