mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Change ESP_ERR_PING_BASE because of collision with ESP_ERR_TCPIP_ADAPTER_BASE
This commit is contained in:
parent
532107c958
commit
f44cbe9033
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user