mirror of
https://github.com/IcedRooibos/py32f0-template.git
synced 2025-10-28 16:32:05 -07:00
fix: typo, update gitignore
This commit is contained in:
parent
77212d8eec
commit
edf46c13d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.vscode/
|
||||
Build/
|
||||
Temp/
|
||||
@ -17,7 +17,7 @@ int main(void)
|
||||
{
|
||||
APP_SystemClockConfig();
|
||||
BSP_USART_Config(115200);
|
||||
printf("TIM1 DMA Demo\r\nClock: %ld\r\n", SystemCoreClock);
|
||||
printf("TIM1 PWM Demo\r\nClock: %ld\r\n", SystemCoreClock);
|
||||
|
||||
APP_TIM1Config();
|
||||
APP_PWMChannelConfig();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user