Skip to content

Commit

Permalink
RTduino 调整默认线程优先级 (RT-Thread#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterywolf authored Feb 14, 2022
1 parent 2925cd8 commit a15c3a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion system/RTduino/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ if RT_USING_ARDUINO

config RT_USING_ARDUINO_THREAD_PRIO
int "arduino thread's priority"
default 20
default 7 if RT_THREAD_PRIORITY_8
default 31 if RT_THREAD_PRIORITY_32
default 255 if RT_THREAD_PRIORITY_256

choice
prompt "Version"
Expand Down

0 comments on commit a15c3a7

Please sign in to comment.