Skip to content

Commit

Permalink
correcting the function description
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-silabs committed Dec 12, 2024
1 parent 31d607a commit e50536b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/light-switch-app/silabs/include/LightSwitchMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ class LightSwitchMgr
static void OnLongPressTimeout(Timer & timer);
LightSwitchMgr() = default;

/*
This function will be called when PB0 is
long-pressed to trigger the factory-reset
*/
/**
* @brief This function will be called when PB0 is
* long-pressed to trigger the factory-reset
*/
void HandleLongPress();

static void GenericSwitchWorkerFunction(intptr_t context);
Expand Down

0 comments on commit e50536b

Please sign in to comment.