修复can FIFO1没有开启的bug

This commit is contained in:
NeoZeng
2022-11-23 22:19:06 +08:00
parent 490b957045
commit 7fc6083879
6 changed files with 64 additions and 3 deletions

View File

@@ -156,7 +156,7 @@ void MX_TIM5_Init(void)
TIM_OC_InitTypeDef sConfigOC = {0};
/* USER CODE BEGIN TIM5_Init 1 */
/* USER CODE END TIM5_Init 1 */
htim5.Instance = TIM5;
htim5.Init.Prescaler = 0;