mirror of
https://github.com/espressif/esp-idf
synced 2025-04-12 17:50:09 -04: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.