Skip to content

Commit

Permalink
Merge branch 'esp32p4' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo authored Jul 26, 2024
2 parents 9729d62 + aaa94e2 commit eeb9fd8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lgfx/v1/platforms/esp32/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,14 @@ Original Source:
#include <soc/soc.h>
#include <soc/i2c_reg.h>
#include <soc/i2c_struct.h>
//#if (ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 0))
#if __has_include(<soc/syscon_reg.h>)
#include <soc/syscon_reg.h>
#endif
//#else

#if __has_include (<soc/apb_ctrl_reg.h>)
#include <soc/apb_ctrl_reg.h>
#endif
//#endif

#include <soc/efuse_reg.h>

#include <esp_log.h>
Expand Down

0 comments on commit eeb9fd8

Please sign in to comment.