Skip to content

Commit

Permalink
Fix build issue
Browse files Browse the repository at this point in the history
Signed-off-by: Dima Horbenko <[email protected]>
  • Loading branch information
dima-horbenko-telink committed Oct 25, 2023
1 parent 3574e0e commit e696688
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/platform/telink/common/src/AppTaskCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,11 @@ void AppTaskCommon::ButtonEventHandler(ButtonId_t btnId, bool btnPressed)

switch (btnId)
{
#if APP_USE_EXAMPLE_START_BUTTON
case kButtonId_ExampleAction:
ExampleActionButtonEventHandler();
break;
#endif
case kButtonId_FactoryReset:
FactoryResetButtonEventHandler();
break;
Expand Down

0 comments on commit e696688

Please sign in to comment.