Skip to content

Commit

Permalink
cpu/esp32: fix esp_wifi_enterprise compilation problem
Browse files Browse the repository at this point in the history
With the change from using archive files to using object files in PR RIOT-OS#14754, the module `esp_wifi_enterprise` was no longer compilable. The reason for this was that the file `bignum.c` was present in two different vendor sub-directories and created two identical object files, which then led to a symbol conflict when linking. This commit removes one of these identical files. The one that is used in all `esp_wifi` variants is kept, the one that is only used in `esp_wifi_enterprise` is dropped.
  • Loading branch information
gschorcht authored and dylad committed Dec 2, 2021
1 parent 709f9b5 commit 7e5f6ee
Showing 1 changed file with 0 additions and 244 deletions.
244 changes: 0 additions & 244 deletions cpu/esp32/vendor/esp-idf/wpa_supplicant/src/wpa2/tls/bignum.c

This file was deleted.

0 comments on commit 7e5f6ee

Please sign in to comment.