Update template to modern GCC #1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ int main(void)
|
|||
NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);
|
||||
Delay_Init();
|
||||
USART_Printf_Init(115200);
|
||||
printf("SystemClk:%d\r\n", SystemCoreClock);
|
||||
printf("SystemClk:%ld\r\n", SystemCoreClock);
|
||||
|
||||
printf("This is printf example\r\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue