mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/ESP_ERR_PING_BASE_collision' into 'master'
Change ESP_ERR_PING_BASE because of collision with ESP_ERR_TCPIP_ADAPTER_BASE See merge request idf/esp-idf!1918
This commit is contained in:
commit
75f564d7b5
@ -21,7 +21,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#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_INVALID_PARAMS ESP_ERR_PING_BASE + 0x00
|
||||||
#define ESP_ERR_PING_NO_MEM ESP_ERR_PING_BASE + 0x01
|
#define ESP_ERR_PING_NO_MEM ESP_ERR_PING_BASE + 0x01
|
||||||
|
Loading…
Reference in New Issue
Block a user