]> granicus.if.org Git - esp-idf/commitdiff
fix compile error that if enable CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION compile...
authorXiaXiaotian <xiaxiaotian@espressif.com>
Fri, 17 Feb 2017 07:29:11 +0000 (15:29 +0800)
committerXiaXiaotian <xiaxiaotian@espressif.com>
Fri, 17 Feb 2017 07:29:11 +0000 (15:29 +0800)
components/esp32/include/esp_phy_init.h

index 5ad06ee896533f6bbe38583c2e1ca2ff0d422895..9990957e2c7643e4621dee5645039fd4591a64b5 100644 (file)
@@ -14,6 +14,7 @@
 
 #pragma once
 #include <stdint.h>
+#include <stdbool.h>
 #include "esp_err.h"
 
 #ifdef __cplusplus