We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc08d5 commit 1c1d290Copy full SHA for 1c1d290
examples/chef/common/clusters/channel/ChannelManager.cpp
@@ -24,8 +24,6 @@
24
#include <iostream>
25
#include <sstream>
26
#include <vector>
27
-#include <iostream>
28
-#include <sstream>
29
30
using namespace chip;
31
using namespace chip::app;
examples/chef/common/stubs.cpp
@@ -378,9 +378,7 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
378
* emberAfPluginOnOffClusterServerPostInitCallback.
379
*
380
*/
381
-void emberAfOnOffClusterInitCallback(EndpointId endpoint)
382
-{
383
-}
+void emberAfOnOffClusterInitCallback(EndpointId endpoint) {}
384
385
#ifdef MATTER_DM_PLUGIN_AUDIO_OUTPUT_SERVER
386
#include "audio-output/AudioOutputManager.h"
0 commit comments