[BSP][STM32] update void HAL_Delay(__IO uint32_t Delay)

This commit is contained in:
tangweikang
2020-12-08 14:36:38 +08:00
parent 3f122bd790
commit f91089b578
2 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ rt_uint8_t rt_thread_ready_table[32];
#ifndef RT_USING_SMP
extern volatile rt_uint8_t rt_interrupt_nest;
static rt_int16_t rt_scheduler_lock_nest;
struct rt_thread *rt_current_thread;
struct rt_thread *rt_current_thread = RT_NULL;
rt_uint8_t rt_current_priority;
#endif /*RT_USING_SMP*/