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:
parent
022d3d5e9e
commit
95fb362a5c
@ -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" {
|
||||
|
@ -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" {
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user