From 11625089dc25d618ededd3f5686c033dc283d767 Mon Sep 17 00:00:00 2001 From: Terence Hampson Date: Mon, 18 Dec 2023 21:57:58 +0000 Subject: [PATCH] Fix CI --- src/app/tests/TestCommandInteraction.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/tests/TestCommandInteraction.cpp b/src/app/tests/TestCommandInteraction.cpp index 19868017c1cb06..5c284b294a65b5 100644 --- a/src/app/tests/TestCommandInteraction.cpp +++ b/src/app/tests/TestCommandInteraction.cpp @@ -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 {