1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +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
*/
#ifdef MODULE_ESP_IDF_USB
#define CONFIG_ESP_PHY_ENABLE_USB 1
#define CONFIG_USB_OTG_SUPPORTED 1
#endif
/**