Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_build_of_esp32h4beta1' into 'master'
Browse files Browse the repository at this point in the history
soc: add a header file to fix the bug of esp32h4beta1 build

See merge request espressif/esp-idf!21999
  • Loading branch information
suda-morris committed Jan 11, 2023
2 parents 204f420 + d17ecbc commit 8d3172d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/soc/esp32h4/include/rev1/soc/efuse_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
#ifndef _SOC_EFUSE_STRUCT_H_
#define _SOC_EFUSE_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 1 addition & 0 deletions components/soc/esp32h4/include/rev1/soc/rtc_cntl_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
#ifndef _SOC_RTC_CNTL_STRUCT_H_
#define _SOC_RTC_CNTL_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 1 addition & 0 deletions components/soc/esp32h4/include/rev1/soc/syscon_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
#ifndef _SOC_SYSCON_STRUCT_H_
#define _SOC_SYSCON_STRUCT_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
Expand Down
1 change: 1 addition & 0 deletions components/soc/esp32h4/include/rev1/soc/system_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef _SOC_SYSTEM_STRUCT_H_
#define _SOC_SYSTEM_STRUCT_H_

#include <stdint.h>
#include "soc/soc.h"

#ifdef __cplusplus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#ifndef _SOC_USB_SERIAL_JTAG_STRUCT_H_
#define _SOC_USB_SERIAL_JTAG_STRUCT_H_

#include <stdint.h>
#include "soc/soc.h"

#ifdef __cplusplus
Expand Down

0 comments on commit 8d3172d

Please sign in to comment.