Skip to content

Commit 249a9e1

Browse files
krish2718rlubos
authored andcommitted
samples: suit: Fix the scheduler name
Zephyr has renamed from dumb->simple. Signed-off-by: Chaitanya Tata <[email protected]>
1 parent 564b67b commit 249a9e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/suit/flash_companion/prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ CONFIG_NUM_PREEMPT_PRIORITIES=0
99
CONFIG_MULTITHREADING=y
1010
CONFIG_NUM_COOP_PRIORITIES=16
1111
CONFIG_NUM_METAIRQ_PRIORITIES=0
12-
CONFIG_SCHED_DUMB=y
13-
CONFIG_WAITQ_DUMB=y
12+
CONFIG_SCHED_SIMPLE=y
13+
CONFIG_WAITQ_SIMPLE=y
1414

1515
# Enable peripherals needed by the flash companion firmware
1616
CONFIG_GPIO=y

0 commit comments

Comments
 (0)