change(esp_rom): optimize target-specific header files layout in components/esp_rom

This commit is contained in:
Xiaoyu Liu
2024-06-19 12:09:05 +08:00
parent ca4d5afc59
commit 2cb9419b14
248 changed files with 337 additions and 630 deletions

View File

@@ -21,7 +21,7 @@
#include "soc/rtc.h"
#include "esp_private/esp_clk.h"
#include "private/esp_coexist_adapter.h"
#include "esp32c6/rom/ets_sys.h"
#include "esp32h2/rom/ets_sys.h"
#define TAG "esp_coex_adapter"