Skip to content

Commit 0548084

Browse files
committed
Fixed Doxygen
1 parent 8d14ea7 commit 0548084

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Adafruit_SPITFT.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,8 +1172,9 @@ void Adafruit_SPITFT::dmaWait(void) {
11721172
}
11731173

11741174
/*!
1175-
@brief Check if DMA transfer is active. Always returts false if DMA
1175+
@brief Check if DMA transfer is active. Always returts false if DMA
11761176
is not enabled.
1177+
@return true if DMA is enabled and transmitting data, false otherwise.
11771178
*/
11781179
bool Adafruit_SPITFT::dmaBusy(void) const {
11791180
#if defined(USE_SPI_DMA) && (defined(__SAMD51__) || defined(ARDUINO_SAMD_ZERO))

0 commit comments

Comments
 (0)