Skip to content

Commit

Permalink
Fix missing PR comments (#12562)
Browse files Browse the repository at this point in the history
* review comments

* Restyled by clang-format

* Added comments

Co-authored-by: Restyled.io <commits@restyled.io>
  • Loading branch information
2 people authored and pull[bot] committed Jul 20, 2022
1 parent 91434de commit 2515912
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 79 deletions.
5 changes: 3 additions & 2 deletions examples/lighting-app/efr32/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,12 @@ StaticTask_t appTaskStruct;
/**********************************************************
* Identify Callbacks
*********************************************************/

inline void OnTriggerIdentifyEffectCompleted(chip::System::Layer * systemLayer, void * appState)
namespace {
void OnTriggerIdentifyEffectCompleted(chip::System::Layer * systemLayer, void * appState)
{
sIdentifyEffect = EMBER_ZCL_IDENTIFY_EFFECT_IDENTIFIER_STOP_EFFECT;
}
} // namespace

void OnTriggerIdentifyEffect(Identify * identify)
{
Expand Down
Loading

0 comments on commit 2515912

Please sign in to comment.