Skip to content

Commit 0872884

Browse files
committed
Removed _CONFIG from FREERTOS_UNICORE
1 parent 05052af commit 0872884

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Kconfig.projbuild

+4-4
Original file line numberDiff line numberDiff 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

3636
endchoice
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

6464
endchoice
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

8686
endchoice
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

126126
endchoice
127127

0 commit comments

Comments
 (0)