Fix #1204
This include can now be used with either the latest versions of Arduino official or Earle Philhower's board package.
This commit is contained in:
parent
8efb988cda
commit
c7a3f464c3
|
|
@ -8,7 +8,7 @@
|
|||
#ifndef _TFT_eSPI_RP2040H_
|
||||
#define _TFT_eSPI_RP2040H_
|
||||
|
||||
//#include "hardware/dma.h"
|
||||
#include "hardware/dma.h"
|
||||
|
||||
// Processor ID reported by getSetup()
|
||||
#define PROCESSOR_ID 0x2040
|
||||
|
|
|
|||
Loading…
Reference in New Issue