mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 04:52:59 +01:00
boards/nucleo-f207zg: use new clock configuration scheme
This commit is contained in:
parent
c448470b0d
commit
8625e33d78
@ -21,8 +21,18 @@
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
/* This board provides an LSE */
|
||||
#ifndef CONFIG_BOARD_HAS_LSE
|
||||
#define CONFIG_BOARD_HAS_LSE 1
|
||||
#endif
|
||||
|
||||
/* This board provides an HSE */
|
||||
#ifndef CONFIG_BOARD_HAS_HSE
|
||||
#define CONFIG_BOARD_HAS_HSE 1
|
||||
#endif
|
||||
|
||||
#include "periph_cpu.h"
|
||||
#include "f2/cfg_clock_120_8_1.h"
|
||||
#include "f2f4f7/cfg_clock_default_120.h"
|
||||
#include "cfg_i2c1_pb8_pb9.h"
|
||||
#include "cfg_usb_otg_fs.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user