From 417852672259eb4d0f000eb1bd12c4cbeb43f4a7 Mon Sep 17 00:00:00 2001 From: "Josh V [Apple]" Date: Tue, 16 Nov 2021 12:20:09 -0800 Subject: [PATCH] Fix missing param when compiling simulator (#11819) * Resolve missing param when compiling simulator and add simulator build to workflow. * Revert github workflows. --- examples/placeholder/linux/include/TestCommand.h | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/placeholder/linux/include/TestCommand.h b/examples/placeholder/linux/include/TestCommand.h index d4fcf6512f5d26..15488f3cc91287 100644 --- a/examples/placeholder/linux/include/TestCommand.h +++ b/examples/placeholder/linux/include/TestCommand.h @@ -127,4 +127,5 @@ class TestCommand protected: chip::app::ConcreteCommandPath mCommandPath; chip::app::ConcreteAttributePath mAttributePath; + chip::Optional mEndpointId; };