Skip to content

Commit f4c2595

Browse files
committed
[SL-ONLY] Fixing the build with tracing enabled
1 parent bb9df14 commit f4c2595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/silabs/shell/tracing/TracingShellCommands.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ void RegisterCommands()
233233
static const Shell::Command cmds_silabs_tracing = { &TracingCommandHandler, "tracing",
234234
"Dispatch Silicon Labs Tracing command" };
235235

236-
sShellTracingSubCommands.RegisterCommands(sTracingSubCommands, ArraySize(sTracingSubCommands));
236+
sShellTracingSubCommands.RegisterCommands(sTracingSubCommands, MATTER_ARRAY_SIZE(sTracingSubCommands));
237237
Engine::Root().RegisterCommands(&cmds_silabs_tracing, 1);
238238
}
239239

0 commit comments

Comments
 (0)