From 20c03033b43500468ed20e100becb7054556bdf3 Mon Sep 17 00:00:00 2001 From: shgutte <102281713+shgutte@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:24:35 +0530 Subject: [PATCH] Update examples/refrigerator-app/silabs/include/AppTask.h Co-authored-by: Rohan Sahay --- examples/refrigerator-app/silabs/include/AppTask.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/refrigerator-app/silabs/include/AppTask.h b/examples/refrigerator-app/silabs/include/AppTask.h index 3a1568e78cefbc..8ad3af8db48379 100644 --- a/examples/refrigerator-app/silabs/include/AppTask.h +++ b/examples/refrigerator-app/silabs/include/AppTask.h @@ -101,7 +101,8 @@ class AppTask : public BaseApplication /** * @brief PB1 Button event processing function - * Function triggers a action sent to the CHIP task // TODO:: Action for refrigerator is not decided yet + * Function triggers an action sent to the CHIP task + // TODO: Action for refrigerator is not decided yet * * @param aEvent button event being processed */