update(platform/rtthread): remove unused idle task check

This commit is contained in:
sakumisu
2024-11-04 20:07:43 +08:00
parent 608ee773de
commit 037c2a8323

View File

@@ -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