From 47857ed32cb8737a25f26970b222e29727f1c93b Mon Sep 17 00:00:00 2001 From: QuakeGod <QuakeGod@sina.com> Date: 星期三, 01 二月 2023 11:00:49 +0800 Subject: [PATCH] FP0 update RTE_components.h --- Inc/BSP.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Inc/BSP.h b/Inc/BSP.h index db670b6..49069d9 100644 --- a/Inc/BSP.h +++ b/Inc/BSP.h @@ -1,12 +1,13 @@ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef __BSP_H__ #define __BSP_H__ + +#include "stm32f0xx_ll_rcc.h" #include "stm32f0xx_ll_adc.h" #include "stm32f0xx_ll_crc.h" #include "stm32f0xx_ll_dma.h" #include "stm32f0xx_ll_spi.h" #include "stm32f0xx_ll_usart.h" -#include "stm32f0xx_ll_rcc.h" #include "stm32f0xx_ll_system.h" #include "stm32f0xx_ll_gpio.h" #include "stm32f0xx_ll_exti.h" @@ -14,6 +15,7 @@ #include "stm32f0xx_ll_cortex.h" #include "stm32f0xx_ll_utils.h" #include "stm32f0xx_ll_pwr.h" +#include "stm32f0xx_ll_tim.h" void SystemClock_Config(void); void MX_IWDG_Init(void); @@ -21,7 +23,10 @@ void MX_DMA_Init(void); void MX_USART1_UART_Init(void); void MX_USART2_UART_Init(void); +void MX_TIM6_Init(void); void MX_SPI1_Init(void); +void MX_SPI2_Init(void); + void MX_ADC_Init(void); #endif /* __BSP__ */ -- Gitblit v1.9.1