Skip to content

Commit 280f1a0

Browse files
[SL-ONLY] Fixing the tracing enabled build (#297)
1 parent bb9df14 commit 280f1a0

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)