Gunar Schorcht 09c0341442 cpu/esp32: fix esp_wifi_enterprise compilation problem
With the change from using archive files to using object files in PR #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.
2021-12-01 11:25:57 +01:00
..
2021-11-17 13:10:37 +01:00
2021-04-30 11:58:00 +02:00
2020-07-29 10:14:57 +02:00
2021-11-17 13:10:37 +01:00
2020-10-23 00:46:26 +02:00