From c7a3f464c3d69dcf23d72bad83625671693863f3 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Mon, 24 May 2021 11:58:31 +0100 Subject: [PATCH] Fix #1204 This include can now be used with either the latest versions of Arduino official or Earle Philhower's board package. --- Processors/TFT_eSPI_RP2040.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/TFT_eSPI_RP2040.h b/Processors/TFT_eSPI_RP2040.h index 87ad0cf..7f42685 100644 --- a/Processors/TFT_eSPI_RP2040.h +++ b/Processors/TFT_eSPI_RP2040.h @@ -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