esp32h2beta2:update rom layout table

This commit is contained in:
wuzhenghui
2022-03-17 11:47:22 +08:00
committed by laokaiyao
parent 7968230e76
commit 4652f77a7c
4 changed files with 8 additions and 43 deletions

View File

@@ -17,6 +17,7 @@
#define ROM_HAS_LAYOUT_TABLE 1
#elif CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rom/rom_layout.h"
#define ROM_HAS_LAYOUT_TABLE 1
#elif CONFIG_IDF_TARGET_ESP32C2
#include "esp32c2/rom/rom_layout.h"
#define ROM_HAS_LAYOUT_TABLE 1