fix for art-pi smart

This commit is contained in:
xiao-mang
2024-04-19 12:02:52 +08:00
committed by Rbb666
parent b50a53129f
commit 4de96450be
8 changed files with 427 additions and 60 deletions

View File

@@ -836,12 +836,6 @@ do \
__FUNCTION__); \
RT_ASSERT(0) \
} \
if (interrupt_disabled == RT_TRUE) \
{ \
rt_kprintf("Function[%s]: interrupt is disabled\n", \
__FUNCTION__); \
RT_ASSERT(0) \
} \
RT_DEBUG_IN_THREAD_CONTEXT; \
} \
} \