Skip to content

Commit

Permalink
fix build on espressif v4.4.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Aug 19, 2024
1 parent 32f2ede commit 367a8aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/fas_arch/common_esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@
#error "Not supported"

#elif ESP_IDF_VERSION_MAJOR == 4

#if ESP_IDF_VERSION_MINOR == 4
#define __ESP32_IDF_V44__
#endif

#include <driver/periph_ctrl.h>
#include <soc/periph_defs.h>

Expand Down

0 comments on commit 367a8aa

Please sign in to comment.