We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab88dc4 + 3c6bd79 commit 3ae484eCopy full SHA for 3ae484e
examples/common/pigweed/rpc_services/BooleanState.h
@@ -28,7 +28,7 @@
28
namespace chip {
29
namespace rpc {
30
31
-class BooleanState final : public pw_rpc::nanopb::BooleanState::Service<BooleanState>
+class BooleanState : public pw_rpc::nanopb::BooleanState::Service<BooleanState>
32
{
33
public:
34
virtual ~BooleanState() = default;
examples/common/pigweed/rpc_services/Locking.h
@@ -27,7 +27,7 @@
27
-class Locking final : public pw_rpc::nanopb::Locking::Service<Locking>
+class Locking : public pw_rpc::nanopb::Locking::Service<Locking>
virtual ~Locking() = default;
0 commit comments