mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 22:24:28 +00:00

Fixed compile error in example. `error: designator order for field 'esp_ping_callbacks_t::cb_args' does not match declaration order in 'esp_ping_callbacks_t'`. Moved `.cb_args` in example to match declaration.