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:
parent
561a8e4f0e
commit
232851a428
3 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue