Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
lovyan03 committed Jul 9, 2023
1 parent a9552e9 commit 739a301
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lgfx/v1/platforms/esp32/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ Original Source:
#endif

#if defined (ESP_IDF_VERSION_VAL)
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 0, 0)
#include <hal/gpio_hal.h>
#endif
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(3, 4, 0)

#if defined (ESP_ARDUINO_VERSION_VAL)
Expand Down

0 comments on commit 739a301

Please sign in to comment.