Преглед изворни кода

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