mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
Fixed Doxygen
This commit is contained in:
parent
8d14ea77ac
commit
0548084d9a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user