فهرست منبع

fix compile error that if enable CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION compile fail

XiaXiaotian 9 سال پیش
والد
کامیت
8f3d1d3184
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      components/esp32/include/esp_phy_init.h

+ 1 - 0
components/esp32/include/esp_phy_init.h

@@ -14,6 +14,7 @@
 
 #pragma once
 #include <stdint.h>
+#include <stdbool.h>
 #include "esp_err.h"
 
 #ifdef __cplusplus