mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18806 from jue89/fix/efm32_startup
cpu/efm32: include periph_conf.h for system-related methods
This commit is contained in:
commit
41251507a2
@ -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