Skip to content

Commit

Permalink
esp32s3: Fix symbol collision between mbedTLS and the Wi-Fi driver
Browse files Browse the repository at this point in the history
This commit closes #11738. Actual fix is tracked in:
espressif/esp-hal-3rdparty#2
  • Loading branch information
tmedicci authored and pkarashchenko committed Feb 29, 2024
1 parent 61d9394 commit b03c9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/xtensa/src/esp32s3/Make.defs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ endif

ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
ifndef ESP_HAL_3RDPARTY_VERSION
ESP_HAL_3RDPARTY_VERSION = 0fa7f63c639192f4047035e7201a5cec830bf9b2
ESP_HAL_3RDPARTY_VERSION = 55b60d9ed1930f7a284fe0555a17db441cee9ab4
endif

ifndef ESP_HAL_3RDPARTY_URL
Expand Down

0 comments on commit b03c9cf

Please sign in to comment.