Skip to content

Commit

Permalink
Fixes for Restyled.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwinder-ca committed Jul 21, 2022
1 parent 8996a99 commit 99f1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bridge-app/linux/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ EmberAfStatus HandleReadBridgedDeviceBasicAttribute(Device * dev, chip::Attribut
}
else if ((attributeId == ZCL_FEATURE_MAP_SERVER_ATTRIBUTE_ID) && (maxReadLength == 4))
{
*buffer =(uint32_t) ZCL_BRIDGED_DEVICE_BASIC_FEATURE_MAP;
*buffer = (uint32_t) ZCL_BRIDGED_DEVICE_BASIC_FEATURE_MAP;
}
else
{
Expand Down

0 comments on commit 99f1574

Please sign in to comment.