hal: Fix missing definition for "bool" type

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei
2023-02-10 10:29:35 -03:00
committed by Xiao Xufeng
parent 459ebff4ff
commit 866c5cefa4
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "soc/soc.h"
#include "soc/regi2c_defs.h"

View File

@@ -6,6 +6,7 @@
#pragma once
#include <stdbool.h>
#include <stdint.h>
#include "soc/soc.h"
#include "soc/regi2c_defs.h"