Skip to content

Commit

Permalink
[SL-ONLY]Added condition on CHIP SHELL to include tracing shell comma…
Browse files Browse the repository at this point in the history
…nds (#151)
  • Loading branch information
lpbeliveau-silabs authored Dec 2, 2024
1 parent df35b82 commit 00a04f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/silabs/BaseApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@
// Tracing
#include <matter/tracing/build_config.h>
#if MATTER_TRACING_ENABLED
#ifdef ENABLE_CHIP_SHELL
#include <TracingShellCommands.h>
#endif // ENABLE_CHIP_SHELL
#include <platform/silabs/tracing/SilabsTracing.h>
#endif // MATTER_TRACING_ENABLED

Expand Down

0 comments on commit 00a04f7

Please sign in to comment.