Modify uart

This commit is contained in:
songyanguang
2025-04-09 10:03:30 +08:00
parent 5e331e4c7c
commit aca8486498
3 changed files with 10 additions and 28 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ void InitBoardHardware()
SystemInit(FREQ_SYS);
Delay_Init(FREQ_SYS);
SysTick_Config(FREQ_SYS / 8 / TICK_PER_SECOND);
SysTick_Config(FREQ_SYS / TICK_PER_SECOND);
PFIC_EnableIRQ(SWI_IRQn);
/* initialize memory system */