build and link hello-world for esp32s2beta

* Original commit: espressif/esp-idf@84b2f9f14d
This commit is contained in:
suda-morris
2019-06-06 10:57:29 +08:00
committed by suren-gabrielyan-espressif
parent f6ff165be9
commit 901124b7ee
2 changed files with 17 additions and 5 deletions

View File

@ -3,7 +3,7 @@
/*
* MDNS Server Networking -- private include
*
*
*/
#include "mdns.h"
#include "mdns_private.h"
@ -21,7 +21,9 @@
#include "esp_system.h"
#include "esp_timer.h"
#include "esp_event.h"
#if CONFIG_IDF_TARGET_ESP32
#include "esp_eth.h"
#endif
/**