Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Jan 16, 2024
1 parent 24fbcfe commit 1162508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/tests/TestCommandInteraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ constexpr CommandId kTestCommandIdCommandSpecificResponse = 6;
constexpr CommandId kTestNonExistCommandId = 0;

const app::CommandHandler::TestOnlyMarker kThisIsForTestOnly;
#if !CHIP_CONFIG_SENDING_BATCH_COMMANDS_ENABLED
// This is only used in tests that support sending batch commands.
(void) kThisIsForTestOnly;
#endif
} // namespace

namespace app {
Expand Down

0 comments on commit 1162508

Please sign in to comment.