Explorar el Código

efuse: Add missing stdbool.h include file

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
Gustavo Henrique Nihei hace 4 años
padre
commit
0132d2c868
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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"