Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
sxb427 committed Feb 4, 2025
1 parent 38feaad commit 0bb1c43
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/common/pigweed/rpc_services/Attributes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0bb1c43

Please sign in to comment.