Skip to content

Commit

Permalink
DEV: remove comment useless
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeg-sfy committed Apr 4, 2022
1 parent d1b9b25 commit 5f6fd3c
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ void TypeSet(chip::EndpointId endpoint, Type type)

Type TypeGet(chip::EndpointId endpoint)
{
// std::underlying_type<EmberAfWcType>::type value;
chip::app::Clusters::WindowCovering::Type value;
Type value;
Attributes::Type::Get(endpoint, &value);
return value;
}
Expand Down

0 comments on commit 5f6fd3c

Please sign in to comment.