Procházet zdrojové kódy

components/esp32: remove dependency of WIFI_ENABLED on FREERTOS_UNICORE

Ivan Grokhotkov před 9 roky
rodič
revize
1b6022bd07
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      components/esp32/Kconfig

+ 0 - 1
components/esp32/Kconfig

@@ -7,7 +7,6 @@ config WIFI_ENABLED
         This compiles in the low-level WiFi stack.
 
 		Temporarily, this option requires that FreeRTOS runs in single core mode.
-	depends on FREERTOS_UNICORE
 
 config WIFI_AUTO_STARTUP
     bool "Start WiFi with system startup"