Skip to content

Commit 4308936

Browse files
mkardous-silabsrestyled-commits
authored andcommitted
Fix missing PR comments (#12562)
* review comments * Restyled by clang-format * Added comments Co-authored-by: Restyled.io <[email protected]>
1 parent 9085439 commit 4308936

File tree

5 files changed

+222
-79
lines changed

5 files changed

+222
-79
lines changed

examples/lighting-app/efr32/src/AppTask.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,12 @@ StaticTask_t appTaskStruct;
8888
/**********************************************************
8989
* Identify Callbacks
9090
*********************************************************/
91-
92-
inline void OnTriggerIdentifyEffectCompleted(chip::System::Layer * systemLayer, void * appState)
91+
namespace {
92+
void OnTriggerIdentifyEffectCompleted(chip::System::Layer * systemLayer, void * appState)
9393
{
9494
sIdentifyEffect = EMBER_ZCL_IDENTIFY_EFFECT_IDENTIFIER_STOP_EFFECT;
9595
}
96+
} // namespace
9697

9798
void OnTriggerIdentifyEffect(Identify * identify)
9899
{

0 commit comments

Comments
 (0)