Skip to content

Commit

Permalink
Remove unused comments from stub.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Feb 12, 2024
1 parent 32ab045 commit 6cc08d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/chef/common/stubs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,9 @@ void MatterPostAttributeChangeCallback(const chip::app::ConcreteAttributePath &
* emberAfPluginOnOffClusterServerPostInitCallback.
*
*/
void emberAfOnOffClusterInitCallback(EndpointId endpoint) {}
void emberAfOnOffClusterInitCallback(EndpointId endpoint)
{
}

#ifdef MATTER_DM_PLUGIN_AUDIO_OUTPUT_SERVER
#include "audio-output/AudioOutputManager.h"
Expand Down

0 comments on commit 6cc08d5

Please sign in to comment.