فهرست منبع

efuse: Add missing stdbool.h include file

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
Gustavo Henrique Nihei 4 سال پیش
والد
کامیت
985ca0bcf2
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      components/efuse/include/esp_efuse.h

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

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