Sfoglia il codice sorgente

efuse: Add missing stdbool.h include file

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
Gustavo Henrique Nihei 4 anni fa
parent
commit
0132d2c868
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      components/efuse/include/esp_efuse.h

+ 1 - 0
components/efuse/include/esp_efuse.h

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