Replaced the "GFX DMA IS ENABLED" pragma message (#238)

* Update Adafruit_SPITFT.cpp

* Update Adafruit_SPITFT.h
This commit is contained in:
Ruben van Leeuwen
2019-07-18 12:39:49 -04:00
committed by Limor "Ladyada" Fried
parent fb2757d5fb
commit bb020872cd
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -51,6 +51,7 @@
#endif // end PORT_IOBUS
#if defined(USE_SPI_DMA)
#pragma message ("GFX DMA IS ENABLED. HIGHLY EXPERIMENTAL.")
#include <Adafruit_ZeroDMA.h>
#include "wiring_private.h" // pinPeripheral() function
#include <malloc.h> // memalign() function
-1
View File
@@ -87,7 +87,6 @@ typedef volatile ADAGFX_PORT_t* PORTreg_t; ///< PORT register type
#endif
#if defined(USE_SPI_DMA)
#pragma message ("GFX DMA IS ENABLED. HIGHLY EXPERIMENTAL.")
#include <Adafruit_ZeroDMA.h>
#endif