esp32: move esp_clk functions

This commit is contained in:
Renz Bagaporo
2021-01-29 14:40:59 +08:00
parent 4a08264e7a
commit e6edf34e82
30 changed files with 180 additions and 693 deletions

View File

@@ -40,7 +40,7 @@
#include "soc/rtc.h"
#include "soc/rtc_cntl_reg.h"
#include "soc/soc_memory_layout.h"
#include "esp_clk.h"
#include "esp32c3/clk.h"
#include "esp_coexist_internal.h"
#include "esp32c3/rom/rom_layout.h"
#include "esp_timer.h"

View File

@@ -41,7 +41,7 @@
#include "soc/rtc.h"
#include "soc/rtc_cntl_reg.h"
#include "soc/soc_memory_layout.h"
#include "esp_clk.h"
#include "esp32c3/clk.h"
#include "esp_coexist_internal.h"
#if CONFIG_BT_ENABLED