Merge branch 'bugfix/missing_include_in_rtc_clk' into 'master'

rtc: Add missing esp_rom_sys.h header in rtc clk

See merge request espressif/esp-idf!14221
This commit is contained in:
morris 2021-07-08 02:38:42 +00:00
commit 8694cb7fdf
3 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include "soc/gpio_struct.h"
#include "hal/cpu_hal.h"
#include "hal/gpio_ll.h"
#include "esp_rom_sys.h"
#include "regi2c_ctrl.h"
#include "soc_log.h"
#include "sdkconfig.h"

View File

@ -27,6 +27,7 @@
#include "soc/dport_reg.h"
#include "soc/efuse_reg.h"
#include "soc/syscon_reg.h"
#include "esp_rom_sys.h"
#include "regi2c_ctrl.h"
#include "soc_log.h"
#include "rtc_clk_common.h"

View File

@ -28,6 +28,7 @@
#include "soc/efuse_reg.h"
#include "soc/syscon_reg.h"
#include "soc/system_reg.h"
#include "esp_rom_sys.h"
#include "regi2c_ctrl.h"
#include "soc_log.h"
#include "rtc_clk_common.h"