Skip to content

Commit c7a3f46

Browse files
authored
Fix #1204
This include can now be used with either the latest versions of Arduino official or Earle Philhower's board package.
1 parent 8efb988 commit c7a3f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Processors/TFT_eSPI_RP2040.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#ifndef _TFT_eSPI_RP2040H_
99
#define _TFT_eSPI_RP2040H_
1010

11-
//#include "hardware/dma.h"
11+
#include "hardware/dma.h"
1212

1313
// Processor ID reported by getSetup()
1414
#define PROCESSOR_ID 0x2040

0 commit comments

Comments
 (0)