mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/efm32: include periph_conf.h for system-related methods
This allows boards to define different crystal frequencies. The correct frequency is required by the system-related methods to ensure proper function of the underlying emlib.
This commit is contained in:
parent
9ae66beedf
commit
6190738bf0
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
@ -29,6 +29,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#include <stdint.h>
|
||||
#include "periph_conf.h"
|
||||
#include "em_device.h"
|
||||
|
||||
/*******************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user