From 0548084d9a097e2c218a401e4aeef4758408bcca Mon Sep 17 00:00:00 2001 From: Alexander Golovanov <45916903+homeodor@users.noreply.github.com> Date: Wed, 27 Apr 2022 19:01:45 +0300 Subject: [PATCH] Fixed Doxygen --- Adafruit_SPITFT.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Adafruit_SPITFT.cpp b/Adafruit_SPITFT.cpp index aab63af..2c8ef01 100644 --- a/Adafruit_SPITFT.cpp +++ b/Adafruit_SPITFT.cpp @@ -1172,8 +1172,9 @@ void Adafruit_SPITFT::dmaWait(void) { } /*! - @brief Check if DMA transfer is active. Always returts false if DMA + @brief Check if DMA transfer is active. Always returts false if DMA is not enabled. + @return true if DMA is enabled and transmitting data, false otherwise. */ bool Adafruit_SPITFT::dmaBusy(void) const { #if defined(USE_SPI_DMA) && (defined(__SAMD51__) || defined(ARDUINO_SAMD_ZERO))