Skip to content
Snippets Groups Projects
Commit bcb23fbe authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

boards/airfy-beacon: use common clock config

parent b1de432c
No related branches found
No related tags found
No related merge requests found
...@@ -22,26 +22,12 @@ ...@@ -22,26 +22,12 @@
#include "periph_cpu.h" #include "periph_cpu.h"
#include "periph_conf_common.h" #include "periph_conf_common.h"
#include "cfg_clock_16_1.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #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 * @name UART configuration
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment