efuse: Adds missing header

This commit is contained in:
KonstantinKondrashov
2022-08-01 21:19:38 +08:00
parent f315986401
commit 3f6a1625bb
20 changed files with 22 additions and 37 deletions

View File

@@ -13,7 +13,7 @@
#include "esp_log.h"
#include "soc/soc_caps.h"
#include "sdkconfig.h"
#include_next "esp_efuse.h"
#include "esp_efuse_chip.h"
#ifdef __cplusplus
extern "C" {