Skip to content

Commit

Permalink
Added condition on CHIP SHELL to include tracing shell commands
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Dec 2, 2024
1 parent 29ada74 commit 915e90b
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 915e90b

Please sign in to comment.