1
0
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 commit is contained in:
Gunar Schorcht 2023-08-15 01:04:25 +02:00
parent 3499b822ee
commit e934d5220a

View File

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