We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cb6f4 commit 8d14ea7Copy full SHA for 8d14ea7
Adafruit_SPITFT.cpp
@@ -1175,8 +1175,7 @@ void Adafruit_SPITFT::dmaWait(void) {
1175
@brief Check if DMA transfer is active. Always returts false if DMA
1176
is not enabled.
1177
*/
1178
-bool Adafruit_SPITFT::dmaBusy(void) const
1179
-{
+bool Adafruit_SPITFT::dmaBusy(void) const {
1180
#if defined(USE_SPI_DMA) && (defined(__SAMD51__) || defined(ARDUINO_SAMD_ZERO))
1181
return dma_busy;
1182
#else
0 commit comments