From 8439e77e82d2b4202d64f8655ca56800c022cc9a Mon Sep 17 00:00:00 2001 From: IOsetting Date: Sat, 3 Jun 2023 17:50:03 +0800 Subject: [PATCH] refactor: remove unnecessary include --- Libraries/BSP_LL/Inc/py32f0xx_bsp_clock.h | 1 - Libraries/BSP_LL/Inc/py32f0xx_bsp_led.h | 1 - 2 files changed, 2 deletions(-) diff --git a/Libraries/BSP_LL/Inc/py32f0xx_bsp_clock.h b/Libraries/BSP_LL/Inc/py32f0xx_bsp_clock.h index 02ad61c..1f31815 100644 --- a/Libraries/BSP_LL/Inc/py32f0xx_bsp_clock.h +++ b/Libraries/BSP_LL/Inc/py32f0xx_bsp_clock.h @@ -12,7 +12,6 @@ extern "C" { #endif -#include #include "py32f0xx_ll_rcc.h" #include "py32f0xx_ll_bus.h" #include "py32f0xx_ll_system.h" diff --git a/Libraries/BSP_LL/Inc/py32f0xx_bsp_led.h b/Libraries/BSP_LL/Inc/py32f0xx_bsp_led.h index 4b18f75..330bfa6 100644 --- a/Libraries/BSP_LL/Inc/py32f0xx_bsp_led.h +++ b/Libraries/BSP_LL/Inc/py32f0xx_bsp_led.h @@ -15,7 +15,6 @@ extern "C" { #endif /* Includes ------------------------------------------------------------------*/ -#include #include "py32f0xx_ll_rcc.h" #include "py32f0xx_ll_bus.h" #include "py32f0xx_ll_system.h"