From a15c3a7fea5a4e4969da550cd6d1adb0046b0863 Mon Sep 17 00:00:00 2001 From: "Man, Jianting (Meco)" <920369182@qq.com> Date: Sun, 13 Feb 2022 20:47:02 -0500 Subject: [PATCH] =?UTF-8?q?RTduino=20=E8=B0=83=E6=95=B4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=BA=BF=E7=A8=8B=E4=BC=98=E5=85=88=E7=BA=A7=20(#1183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/RTduino/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/RTduino/Kconfig b/system/RTduino/Kconfig index 3c26df764c..6f4be3c556 100644 --- a/system/RTduino/Kconfig +++ b/system/RTduino/Kconfig @@ -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"