cpu/stm32: remove useless include in clock configuration

This commit is contained in:
Alexandre Abadie 2020-10-21 22:30:24 +02:00
parent d6d85a3370
commit 05f67a0a00
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
5 changed files with 0 additions and 10 deletions

View File

@ -21,8 +21,6 @@
#ifndef CLK_F0_CFG_CLOCK_DEFAULT_H
#define CLK_F0_CFG_CLOCK_DEFAULT_H
#include "periph_cpu.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -26,8 +26,6 @@
#ifndef CLK_F1F3_CFG_CLOCK_DEFAULT_H
#define CLK_F1F3_CFG_CLOCK_DEFAULT_H
#include "periph_cpu.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -23,8 +23,6 @@
#ifndef CLK_G0_CFG_CLOCK_DEFAULT_H
#define CLK_G0_CFG_CLOCK_DEFAULT_H
#include "periph_cpu.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -19,8 +19,6 @@
#ifndef CLK_G4_CFG_CLOCK_DEFAULT_H
#define CLK_G4_CFG_CLOCK_DEFAULT_H
#include "periph_cpu.h"
#ifdef __cplusplus
extern "C" {
#endif

View File

@ -21,8 +21,6 @@
#ifndef CLK_L4_CFG_CLOCK_DEFAULT_H
#define CLK_L4_CFG_CLOCK_DEFAULT_H
#include "periph_cpu.h"
#ifdef __cplusplus
extern "C" {
#endif