From a248a0aa51db3795ea5636a1054c6059550a4ca5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Sun, 28 Oct 2018 13:12:25 +0100 Subject: [PATCH] boards/calliope-mini: use common clock config --- boards/calliope-mini/include/periph_conf.h | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/boards/calliope-mini/include/periph_conf.h b/boards/calliope-mini/include/periph_conf.h index 49519867f8..4706755985 100644 --- a/boards/calliope-mini/include/periph_conf.h +++ b/boards/calliope-mini/include/periph_conf.h @@ -21,26 +21,12 @@ #define PERIPH_CONF_H #include "periph_cpu.h" +#include "cfg_clock_16_0.h" #ifdef __cplusplus extern "C" { #endif -/** - * @name Clock configuration - * - * @note The radio will not work with the internal RC oscillator! - * - * @{ - */ -#define CLOCK_HFCLK (16U) /* set to 0: internal RC oscillator - 16: 16MHz crystal - 32: 32MHz crystal */ -#define CLOCK_LFCLK (0) /* set to 0: internal RC oscillator - * 1: 32.768 kHz crystal - * 2: derived from HFCLK */ -/** @} */ - /** * @name Timer configuration * @{ -- GitLab