mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Replace __atomic_exchange_n with __atomic_load_n in ble_log_emit_buf_util() so inflight_peak reports the all-time peak since init rather than resetting to zero after each report.