refactor: remove unnecessary include

This commit is contained in:
IOsetting 2023-06-03 17:50:03 +08:00
parent e1a0e1c556
commit 8439e77e82
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
extern "C" { extern "C" {
#endif #endif
#include <stdio.h>
#include "py32f0xx_ll_rcc.h" #include "py32f0xx_ll_rcc.h"
#include "py32f0xx_ll_bus.h" #include "py32f0xx_ll_bus.h"
#include "py32f0xx_ll_system.h" #include "py32f0xx_ll_system.h"

View File

@ -15,7 +15,6 @@ extern "C" {
#endif #endif
/* Includes ------------------------------------------------------------------*/ /* Includes ------------------------------------------------------------------*/
#include <stdio.h>
#include "py32f0xx_ll_rcc.h" #include "py32f0xx_ll_rcc.h"
#include "py32f0xx_ll_bus.h" #include "py32f0xx_ll_bus.h"
#include "py32f0xx_ll_system.h" #include "py32f0xx_ll_system.h"