Skip to content

Commit

Permalink
esp_bootloader_format moved
Browse files Browse the repository at this point in the history
  • Loading branch information
mkellner committed Jul 23, 2024
1 parent 100e6a9 commit 3fe65e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/mcconfig/make.esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ INC_DIRS = \
$(IDF_PATH)/components/esp_adc/include \
$(IDF_PATH)/components/esp_adc/$(ESP32_SUBCLASS)/include \
$(IDF_PATH)/components/esp_app_format/include \
$(IDF_PATH)/components/esp_bootloader_format/include \
$(IDF_PATH)/components/esp_common/include \
$(IDF_PATH)/components/$(ESP32_SUBCLASS) \
$(IDF_PATH)/components/$(ESP32_SUBCLASS)/include \
Expand Down
1 change: 1 addition & 0 deletions tools/mcconfig/nmake.esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ INC_DIRS = \
-I$(IDF_PATH)\components\esp_app_format\include \
-I$(IDF_PATH)\components\esp_adc\include \
-I$(IDF_PATH)\components\esp_adc\$(ESP32_SUBCLASS)\include \
-I$(IDF_PATH)\components\esp_bootloader_format\include \
-I$(IDF_PATH)\components\esp_common\include \
-I$(IDF_PATH)\components\$(ESP32_SUBCLASS)\include \
-I$(IDF_PATH)\components\$(ESP32_SUBCLASS) \
Expand Down

0 comments on commit 3fe65e9

Please sign in to comment.