1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/esp32: drop CONFIG_ESP_PHY_ENABLE_USB for ESP32S2

This commit is contained in:
Benjamin Valentin 2023-02-01 15:39:00 +01:00
parent 9a39c88327
commit ed5bfb7392

View File

@ -106,7 +106,6 @@ extern "C" {
* ESP32-S2 specific USB configuration * ESP32-S2 specific USB configuration
*/ */
#ifdef MODULE_ESP_IDF_USB #ifdef MODULE_ESP_IDF_USB
#define CONFIG_ESP_PHY_ENABLE_USB 1
#define CONFIG_USB_OTG_SUPPORTED 1 #define CONFIG_USB_OTG_SUPPORTED 1
#endif #endif
/** /**