fix HAL_Delay no effect bug on st platform

This commit is contained in:
tyustli
2023-03-16 08:28:19 +08:00
parent b443851980
commit fabe86362b
13 changed files with 13 additions and 0 deletions

View File

@@ -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++;
}