1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

boards/stm32f4xx: use 180MHz default clock header

This commit is contained in:
Alexandre Abadie 2020-09-18 09:55:12 +02:00
parent 022d3d5e9e
commit 95fb362a5c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
7 changed files with 7 additions and 7 deletions

View File

@ -30,7 +30,7 @@
#define CLOCK_HSE MHZ(16)
#include "periph_cpu.h"
#include "f2f4f7/cfg_clock_default_168.h"
#include "f2f4f7/cfg_clock_default_180.h"
#ifdef __cplusplus
extern "C" {

View File

@ -28,7 +28,7 @@
#define CLOCK_HSE MHZ(16)
#include "periph_cpu.h"
#include "f2f4f7/cfg_clock_default_168.h"
#include "f2f4f7/cfg_clock_default_180.h"
#ifdef __cplusplus
extern "C" {

View File

@ -30,7 +30,7 @@
#endif
#include "periph_cpu.h"
#include "f2f4f7/cfg_clock_default_168.h"
#include "f2f4f7/cfg_clock_default_180.h"
#include "cfg_i2c1_pb8_pb9.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_fs.h"

View File

@ -35,7 +35,7 @@
#define CLOCK_HSE MHZ(12)
#include "periph_cpu.h"
#include "f2f4f7/cfg_clock_default_168.h"
#include "f2f4f7/cfg_clock_default_180.h"
#include "cfg_usb_otg_fs.h"
#ifdef __cplusplus

View File

@ -30,7 +30,7 @@
#endif
#include "periph_cpu.h"
#include "f2f4f7/cfg_clock_default_168.h"
#include "f2f4f7/cfg_clock_default_180.h"
#include "cfg_timer_tim5.h"
#include "cfg_usb_otg_hs_fs.h"

View File

@ -26,7 +26,7 @@
#endif
#include "periph_cpu.h"
#include "f2f4f7/cfg_clock_default_168.h"
#include "f2f4f7/cfg_clock_default_180.h"
#include "cfg_usb_otg_fs.h"
#ifdef __cplusplus

View File

@ -33,7 +33,7 @@
#define CLOCK_HSE MHZ(12)
#include "periph_cpu.h"
#include "f2f4f7/cfg_clock_default_168.h"
#include "f2f4f7/cfg_clock_default_180.h"
#include "cfg_timer_tim5.h"
#ifdef __cplusplus