Skip to content

Commit

Permalink
backend: Replace linkedlist with map for counter diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
pimpalemahesh committed Dec 11, 2024
1 parent a99624f commit 1506903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tracing/esp32_diagnostic_trace/Counter.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include <lib/support/CHIPMemString.h>
#include <map>
#include <string.h>
#include <map>

namespace chip {
namespace Tracing {
Expand Down

0 comments on commit 1506903

Please sign in to comment.