Merge pull request #4135 from balanceTWK/master_hal_delay

[BSP][STM32] update void HAL_Delay(__IO uint32_t Delay)
This commit is contained in:
Bernard Xiong
2020-12-30 08:09:49 +08:00
committed by GitHub
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*/