1
0
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:
Juergen Fitschen 2022-10-27 23:26:42 +02:00 committed by GitHub
commit 41251507a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 0 deletions

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
*****************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************

View File

@ -29,6 +29,7 @@
******************************************************************************/
#include <stdint.h>
#include "periph_conf.h"
#include "em_device.h"
/*******************************************************************************