1
0
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:
Alexandre Abadie 2020-09-04 08:11:09 +02:00
parent c448470b0d
commit 8625e33d78
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -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"