Skip to content

Commit

Permalink
Add missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesWilde committed Sep 21, 2024
1 parent 7644fa6 commit e67c304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/TFT_eSPI/Processors/TFT_eSPI_ESP32.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// Include processor specific header
#include "soc/spi_reg.h"
#include "driver/spi_master.h"
#include "hal/gpio_ll.h"

#if !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32)
#define CONFIG_IDF_TARGET_ESP32
Expand Down

0 comments on commit e67c304

Please sign in to comment.