Fixed Doxygen

This commit is contained in:
Alexander Golovanov 2022-04-27 19:01:45 +03:00
parent 8d14ea77ac
commit 0548084d9a

View File

@ -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))