From 7b8b07ea2942458c4d5f0ebe17e37d078f399775 Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期一, 17 十月 2022 23:27:01 +0800 Subject: [PATCH] fix FP0 --- Inc/main.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Inc/main.h b/Inc/main.h index e2f5efd..33d7289 100644 --- a/Inc/main.h +++ b/Inc/main.h @@ -54,6 +54,7 @@ #include "stm32f0xx_ll_exti.h" #include "stm32f0xx_ll_bus.h" #include "stm32f0xx_ll_cortex.h" +#include "stm32f0xx_ll_tim.h" #include "stm32f0xx_ll_utils.h" #include "stm32f0xx_ll_pwr.h" -- Gitblit v1.9.1