4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 12:33:32 +08:00
sakumisu 243854a353 update(cherryusb): update to v1.4.2
Signed-off-by: sakumisu <1203593632@qq.com>
2025-01-01 18:29:38 -05:00

14 lines
265 B
C

#include "rtthread.h"
#ifdef RT_CHERRYUSB_HOST
#ifndef RT_USING_TIMER_SOFT
#error must enable RT_USING_TIMER_SOFT to support timer callback in thread
#endif
#if RT_TIMER_THREAD_STACK_SIZE < 2048
#error "RT_TIMER_THREAD_STACK_SIZE must be >= 2048"
#endif
#endif