fix(hal): Fix typo in hal layer for Key Manger

This also fixes type in attribute added in esp_attr
This commit is contained in:
Aditya Patwardhan
2023-12-11 13:36:12 +05:30
parent ece73357ca
commit c0ea892aa5
6 changed files with 12 additions and 2 deletions
@@ -7,6 +7,8 @@
#pragma once
#include "soc/soc_caps.h"
#if SOC_KEY_MANAGER_SUPPORTED
#include "hal/huk_types.h"
#include <stdint.h>
@@ -10,6 +10,9 @@
******************************************************************************/
#pragma once
#include "soc/soc_caps.h"
#if SOC_KEY_MANAGER_SUPPORTED
#include <stdint.h>
#include <stdbool.h>
@@ -7,6 +7,8 @@
#pragma once
#include "soc/soc_caps.h"
#if SOC_KEY_MANAGER_SUPPORTED
#include "hal/key_mgr_types.h"
@@ -10,6 +10,9 @@
******************************************************************************/
#pragma once
#include "soc/soc_caps.h"
#if SOC_KEY_MANAGER_SUPPORTED
#include <stdint.h>
#include <stdbool.h>