1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-15 17:43:51 +01:00

cpu/esp8266: include cpu_conf.h in periph_cpu.h

This commit is contained in:
Alexandre Abadie 2021-12-06 12:00:42 +01:00
parent 2e74e5e3b9
commit c9207e81a3
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -23,6 +23,7 @@
#include <limits.h>
#include "eagle_soc.h"
#include "cpu_conf.h"
#ifdef __cplusplus
extern "C" {