efuse: Add missing stdbool.h include file

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
pull/7964/head
Gustavo Henrique Nihei 2021-11-11 18:04:26 -03:00
rodzic 98d34e5f6d
commit 985ca0bcf2
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@
extern "C" {
#endif
#include <stdbool.h>
#include <stdint.h>
#include "esp_err.h"
#include "esp_log.h"