xtensa: remove core-macros.h from xtensa HAL

core-macros.h includes other files not part of the xtensa HAL, make this
esp32 specific

Fixes #31301

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-01-14 10:29:34 -03:00 committed by Anas Nashif
commit 232851a428
3 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@
#include <sys/util.h>
#include "clock_control_esp32.h"
#include "driver/periph_ctrl.h"
#include <xtensa/core-macros.h>
struct esp32_clock_config {
uint32_t clk_src_sel;