1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

cpu/esp32: include sdk_conf.h in periph_cpu.h

This allows access to CLOCK_CORECLOCK from periph_conf.h which is used by clk.h
This commit is contained in:
Alexandre Abadie 2021-12-06 10:58:34 +01:00
parent 084e33d504
commit 2e74e5e3b9
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -20,6 +20,7 @@
#define PERIPH_CPU_H
#include <stdint.h>
#include "sdk_conf.h"
#ifdef __cplusplus
extern "C" {