mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix esp_http_client_example to build for Linux target. Made protocol_examples_common
compatible for Linux target
This commit is contained in:
@@ -19,11 +19,6 @@ esp_err_t esp_netif_init(void)
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
esp_err_t example_connect(void)
|
||||
{
|
||||
return ESP_OK;
|
||||
}
|
||||
|
||||
esp_err_t nvs_flash_init(void)
|
||||
{
|
||||
return ESP_OK;
|
||||
|
@@ -1,8 +0,0 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||||
*/
|
||||
#include "esp_err.h"
|
||||
|
||||
esp_err_t example_connect(void);
|
Reference in New Issue
Block a user