fix esp_http_client_example to build for Linux target. Made protocol_examples_common compatible for Linux target

This commit is contained in:
Harshit Malpani
2023-02-13 10:23:16 +05:30
parent 214627f14b
commit 34705c0cc4
8 changed files with 14 additions and 20 deletions

View File

@@ -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;

View File

@@ -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);