fix HAL_Delay no effect bug on st platform
This commit is contained in:
@@ -169,6 +169,7 @@ int board_uart_write(void const * buf, int len)
|
||||
volatile uint32_t system_ticks = 0;
|
||||
void SysTick_Handler (void)
|
||||
{
|
||||
HAL_IncTick();
|
||||
system_ticks++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user