mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f8750eb58d
Before LwIP was moved into a submodule, sntp and esp_ping were available as the following includes: #include "apps/sntp/sntp.h" #include "esp_ping.h" This commit makes header files available at the old location, and adds a deprecation warning for sntp.h. Closes https://github.com/espressif/esp-idf/issues/2392
4 lines
125 B
C
4 lines
125 B
C
#pragma once
|
|
#warning "This header file is deprecated, please include lwip/apps/sntp.h instead."
|
|
#include "lwip/apps/sntp.h"
|