File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ choice ARDUINO_RUNNING_CORE
3131 bool "CORE 1"
3232 config ARDUINO_RUN_NO_AFFINITY
3333 bool "BOTH"
34- depends on !CONFIG_FREERTOS_UNICORE
34+ depends on !FREERTOS_UNICORE
3535
3636endchoice
3737
@@ -59,7 +59,7 @@ choice ARDUINO_EVENT_RUNNING_CORE
5959 bool "CORE 1"
6060 config ARDUINO_EVENT_RUN_NO_AFFINITY
6161 bool "BOTH"
62- depends on !CONFIG_FREERTOS_UNICORE
62+ depends on !FREERTOS_UNICORE
6363
6464endchoice
6565
@@ -81,7 +81,7 @@ choice ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE
8181 bool "CORE 1"
8282 config ARDUINO_SERIAL_EVENT_RUN_NO_AFFINITY
8383 bool "BOTH"
84- depends on !CONFIG_FREERTOS_UNICORE
84+ depends on !FREERTOS_UNICORE
8585
8686endchoice
8787
@@ -121,7 +121,7 @@ choice ARDUINO_UDP_RUNNING_CORE
121121 bool "CORE 1"
122122 config ARDUINO_UDP_RUN_NO_AFFINITY
123123 bool "BOTH"
124- depends on !CONFIG_FREERTOS_UNICORE
124+ depends on !FREERTOS_UNICORE
125125
126126endchoice
127127
You can’t perform that action at this time.
0 commit comments