diff --git a/components/esp_common/src/esp_err_to_name.c b/components/esp_common/src/esp_err_to_name.c index bc05b387080..b85f3a81aa8 100644 --- a/components/esp_common/src/esp_err_to_name.c +++ b/components/esp_common/src/esp_err_to_name.c @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2018-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */ @@ -47,9 +47,6 @@ #if __has_include("esp_ota_ops.h") #include "esp_ota_ops.h" #endif -#if __has_include("esp_ping.h") -#include "esp_ping.h" -#endif #if __has_include("esp_tls_errors.h") #include "esp_tls_errors.h" #endif @@ -779,16 +776,6 @@ static const esp_err_msg_t esp_err_msg_table[] = { # endif # ifdef ESP_ERR_HTTPS_OTA_IN_PROGRESS ERR_TBL_IT(ESP_ERR_HTTPS_OTA_IN_PROGRESS), /* 36865 0x9001 */ -# endif - // components/lwip/include/apps/esp_ping.h -# ifdef ESP_ERR_PING_BASE - ERR_TBL_IT(ESP_ERR_PING_BASE), /* 40960 0xa000 */ -# endif -# ifdef ESP_ERR_PING_INVALID_PARAMS - ERR_TBL_IT(ESP_ERR_PING_INVALID_PARAMS), /* 40961 0xa001 */ -# endif -# ifdef ESP_ERR_PING_NO_MEM - ERR_TBL_IT(ESP_ERR_PING_NO_MEM), /* 40962 0xa002 */ # endif // components/esp_http_server/include/esp_http_server.h # ifdef ESP_ERR_HTTPD_BASE diff --git a/components/esp_common/src/esp_err_to_name.c.in b/components/esp_common/src/esp_err_to_name.c.in index 309881219f5..d9c48c270ce 100644 --- a/components/esp_common/src/esp_err_to_name.c.in +++ b/components/esp_common/src/esp_err_to_name.c.in @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2018-2024 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */