From 0bb1c435d018258b2250b2b46c5f20dc8f0a785c Mon Sep 17 00:00:00 2001 From: Shreyas Balakrishna Bhandare Date: Mon, 3 Feb 2025 19:03:30 -0800 Subject: [PATCH] Fix compilation error --- examples/common/pigweed/rpc_services/Attributes.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/common/pigweed/rpc_services/Attributes.h b/examples/common/pigweed/rpc_services/Attributes.h index 7e3e8835254e33..51dc66032974a2 100644 --- a/examples/common/pigweed/rpc_services/Attributes.h +++ b/examples/common/pigweed/rpc_services/Attributes.h @@ -44,8 +44,9 @@ namespace chip { namespace rpc { -std::optional<::pw::Status> TryWriteViaAccessor(const ConcreteDataAttributePath & path, AttributeAccessor * attrAccess, - AttributeValueDecoder & decoder) +std::optional<::pw::Status> TryWriteViaAccessor(const chip::app::ConcreteDataAttributePath & path, + chip::app::AttributeAccessor * attrAccess, + chip::app::AttributeValueDecoder & decoder) { // Processing can happen only if an attribute access interface actually exists.. if (attrAccess == nullptr)