From 2fe368ed190f653ec36a4a06947b6ede33720fed Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Mon, 23 May 2022 23:58:02 +0200 Subject: [PATCH] Cleanup arduino useless bullshit --- TFT_eSPI.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TFT_eSPI.cpp b/TFT_eSPI.cpp index 41e5d35..90cccb6 100644 --- a/TFT_eSPI.cpp +++ b/TFT_eSPI.cpp @@ -44,6 +44,7 @@ #include "freertos/task.h" #include "wiring_shift.h" #include "esp32-hal-gpio.h" +#include "esp32-hal-misc.h" namespace { void delay(uint32_t ms)