esp32h2: code clean up

This commit is contained in:
Shu Chen
2021-06-11 16:30:22 +08:00
parent e9a51e410a
commit ee23a489b9
26 changed files with 34 additions and 248 deletions

View File

@@ -25,6 +25,8 @@ extern "C" {
#include "esp32c3/rom/secure_boot.h"
#elif CONFIG_IDF_TARGET_ESP32S3
#include "esp32s3/rom/secure_boot.h"
#elif CONFIG_IDF_TARGET_ESP32H2
#include "esp32h2/rom/secure_boot.h"
#endif
#define ESP_ERR_EFUSE 0x1600 /*!< Base error code for efuse api. */