Skip to content

Commit

Permalink
I have trouble with the Arduino ESP32 #187
Browse files Browse the repository at this point in the history
  • Loading branch information
moononournation committed Aug 4, 2022
1 parent 4204692 commit 19ad17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Arduino_DataBus.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ typedef volatile ARDUINOGFX_PORT_t *PORTreg_t;
#define INLINE inline
#endif

#if defined(ESP32)
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
#include <esp_lcd_panel_io.h>
#include <esp_lcd_panel_io_interface.h>
#include <esp_pm.h>
Expand Down Expand Up @@ -211,7 +211,7 @@ struct lcd_panel_io_i80_t
} flags;
lcd_i80_trans_descriptor_t trans_pool[]; // Transaction pool
};
#endif
#endif // #if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)

typedef enum
{
Expand Down

0 comments on commit 19ad17a

Please sign in to comment.