fix: typo, update gitignore

This commit is contained in:
IOsetting 2023-01-23 13:53:44 +08:00
parent 77212d8eec
commit edf46c13d3
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vscode/
Build/
Temp/

View File

@ -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();