summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-11-04 20:07:43 +0800
committersakumisu <[email protected]>2024-11-04 20:07:43 +0800
commit037c2a8323330340fb12ed292a0634743e08b2d7 (patch)
tree27bf4146e8edd66f51902ba1fa3d426828f18305
parent608ee773decc76ace943bf2d4f9b92dd7fbec266 (diff)
update(platform/rtthread): remove unused idle task check
-rw-r--r--platform/rtthread/usb_check.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/platform/rtthread/usb_check.c b/platform/rtthread/usb_check.c
index 10302f4f..9b12f3f8 100644
--- a/platform/rtthread/usb_check.c
+++ b/platform/rtthread/usb_check.c
@@ -6,10 +6,6 @@
#error must enable RT_USING_TIMER_SOFT to support timer callback in thread
#endif
-#if IDLE_THREAD_STACK_SIZE < 2048
-#error "IDLE_THREAD_STACK_SIZE must be >= 2048"
-#endif
-
#if RT_TIMER_THREAD_STACK_SIZE < 2048
#error "RT_TIMER_THREAD_STACK_SIZE must be >= 2048"
#endif