esp32: include register headers in soc.h
This fixes a build issue on esp32 that was introduced recently with the merge of an old PR. Include the register headers in soc.h rather than soc.c and make them available to other code via soc.h Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
c8b114f25d
commit
942ab7ed35
3 changed files with 3 additions and 12 deletions
|
@ -6,7 +6,8 @@
|
|||
|
||||
#ifndef __SOC_H__
|
||||
#define __SOC_H__
|
||||
|
||||
#include <soc/dport_reg.h>
|
||||
#include <soc/rtc_cntl_reg.h>
|
||||
#include <rom/ets_sys.h>
|
||||
|
||||
#include <zephyr/types.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue