Skip to content

Commit 037c2a8

Browse files
committed
update(platform/rtthread): remove unused idle task check
1 parent 608ee77 commit 037c2a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

platform/rtthread/usb_check.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
#error must enable RT_USING_TIMER_SOFT to support timer callback in thread
77
#endif
88

9-
#if IDLE_THREAD_STACK_SIZE < 2048
10-
#error "IDLE_THREAD_STACK_SIZE must be >= 2048"
11-
#endif
12-
139
#if RT_TIMER_THREAD_STACK_SIZE < 2048
1410
#error "RT_TIMER_THREAD_STACK_SIZE must be >= 2048"
1511
#endif

0 commit comments

Comments
 (0)