Skip to content

Commit

Permalink
Added stub in observer test function
Browse files Browse the repository at this point in the history
  • Loading branch information
lpbeliveau-silabs committed Aug 22, 2023
1 parent fdcb713 commit 2b3e177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/tests/TestICDManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class TestICDStateObserver : public app::ICDStateObserver
{
public:
void OnEnterActiveMode() {}
void OnTransitionToIdle() {}
};

TestICDStateObserver mICDStateObserver;
Expand Down

0 comments on commit 2b3e177

Please sign in to comment.