From ee2a5a3448cda5f816186347b8b05ee734dc13d0 Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Sun, 28 Oct 2018 13:12:15 +0100
Subject: [PATCH] boards/nf6310: use common clock config

---
 boards/nrf6310/include/periph_conf.h | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/boards/nrf6310/include/periph_conf.h b/boards/nrf6310/include/periph_conf.h
index 7f00dffbb4..faad58039e 100644
--- a/boards/nrf6310/include/periph_conf.h
+++ b/boards/nrf6310/include/periph_conf.h
@@ -24,26 +24,12 @@
 
 #include "periph_cpu.h"
 #include "periph_conf_common.h"
+#include "cfg_clock_16_1.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         (1)             /* set to  0: internal RC oscillator
-                                             *         1: 32.768 kHz crystal
-                                             *         2: derived from HFCLK */
-/** @} */
-
 /**
  * @name    UART configuration
  * @{
-- 
GitLab