mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 15:04:39 +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.