]> granicus.if.org Git - esp-idf/commitdiff
Change ESP_ERR_PING_BASE because of collision with ESP_ERR_TCPIP_ADAPTER_BASE
authorRoland Dobai <dobai.roland@gmail.com>
Tue, 6 Feb 2018 11:34:12 +0000 (12:34 +0100)
committerRoland Dobai <dobai.roland@gmail.com>
Tue, 6 Feb 2018 11:34:12 +0000 (12:34 +0100)
components/lwip/apps/ping/esp_ping.h

index 9605c72afddb18392c251218ffa3e007c9e61780..d3c6488281261478c367690ae2272de3d1c92b76 100644 (file)
@@ -21,7 +21,7 @@
 extern "C" {
 #endif
 
-#define ESP_ERR_PING_BASE      0x5000
+#define ESP_ERR_PING_BASE               0x6000
 
 #define ESP_ERR_PING_INVALID_PARAMS     ESP_ERR_PING_BASE + 0x00
 #define ESP_ERR_PING_NO_MEM             ESP_ERR_PING_BASE + 0x01