From c555f0b217c2290f4a7ff6ab44168265600c92ab Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Fri, 10 May 2019 15:21:53 -0700 Subject: [PATCH] Fixed paramter name for doxygen --- Adafruit_SPITFT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_SPITFT.cpp b/Adafruit_SPITFT.cpp index 2bdfbb0..5098217 100644 --- a/Adafruit_SPITFT.cpp +++ b/Adafruit_SPITFT.cpp @@ -1733,7 +1733,7 @@ void Adafruit_SPITFT::sendCommand(uint8_t commandByte, const uint8_t *dataBytes, @brief Read 8 bits of data from display configuration memory (not RAM). This is highly undocumented/supported and should be avoided, function is only included because some of the examples use it. - @param command + @param commandByte The command register to read data from. @param index The byte index into the command to read from.