File tree 1 file changed +4
-4
lines changed
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
31
31
bool "CORE 1"
32
32
config ARDUINO_RUN_NO_AFFINITY
33
33
bool "BOTH"
34
- depends on !CONFIG_FREERTOS_UNICORE
34
+ depends on !FREERTOS_UNICORE
35
35
36
36
endchoice
37
37
@@ -59,7 +59,7 @@ choice ARDUINO_EVENT_RUNNING_CORE
59
59
bool "CORE 1"
60
60
config ARDUINO_EVENT_RUN_NO_AFFINITY
61
61
bool "BOTH"
62
- depends on !CONFIG_FREERTOS_UNICORE
62
+ depends on !FREERTOS_UNICORE
63
63
64
64
endchoice
65
65
@@ -81,7 +81,7 @@ choice ARDUINO_SERIAL_EVENT_TASK_RUNNING_CORE
81
81
bool "CORE 1"
82
82
config ARDUINO_SERIAL_EVENT_RUN_NO_AFFINITY
83
83
bool "BOTH"
84
- depends on !CONFIG_FREERTOS_UNICORE
84
+ depends on !FREERTOS_UNICORE
85
85
86
86
endchoice
87
87
@@ -121,7 +121,7 @@ choice ARDUINO_UDP_RUNNING_CORE
121
121
bool "CORE 1"
122
122
config ARDUINO_UDP_RUN_NO_AFFINITY
123
123
bool "BOTH"
124
- depends on !CONFIG_FREERTOS_UNICORE
124
+ depends on !FREERTOS_UNICORE
125
125
126
126
endchoice
127
127
You can’t perform that action at this time.
0 commit comments