From dc4a554ca7d8a6074b3ccc5b8f5a804ce5ccecc5 Mon Sep 17 00:00:00 2001 From: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:07:26 -0400 Subject: [PATCH] Update examples/platform/silabs/BaseApplication.h Co-authored-by: Ricardo Casallas <77841255+rcasallas-silabs@users.noreply.github.com> --- examples/platform/silabs/BaseApplication.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/platform/silabs/BaseApplication.h b/examples/platform/silabs/BaseApplication.h index ed233246ec8ee5..fc76011cbf2967 100644 --- a/examples/platform/silabs/BaseApplication.h +++ b/examples/platform/silabs/BaseApplication.h @@ -165,7 +165,7 @@ class BaseApplication static void UpdateCommissioningStatus(bool newState); /** - * @brief Called when the last Fabric is removed, clears all Fabric related data and Thread Wifi provision. + * @brief Called when the last Fabric is removed, clears all Fabric related data, including Thread and Wifi provision. * @note This function preserves some NVM3 data that is not Fabric scoped like Attribute Value or Boot Count. */ static void DoProvisioningReset();