From efdcdd54509916f99945b3ffe1e0e97e7d28e8a8 Mon Sep 17 00:00:00 2001 From: paul-szczepanek-arm <33840200+paul-szczepanek-arm@users.noreply.github.com> Date: Wed, 24 Oct 2018 09:56:53 +0100 Subject: [PATCH] active voice --- drivers/SPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/SPI.h b/drivers/SPI.h index 5720834ec6..afd056a7b5 100644 --- a/drivers/SPI.h +++ b/drivers/SPI.h @@ -84,7 +84,7 @@ public: /** Create a SPI master connected to the specified pins. * - * @note Either mosi or miso can be specified as NC if not used. + * @note You can specify mosi or miso as NC if not used. * * @param mosi SPI Master Out, Slave In pin. * @param miso SPI Master In, Slave Out pin.