From 630d7d712edcd4e3c63ddaefc7328bb732281282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 20 Mar 2024 16:17:28 +0100 Subject: [PATCH] Update ShellCommands.h --- examples/light-switch-app/silabs/include/ShellCommands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/light-switch-app/silabs/include/ShellCommands.h b/examples/light-switch-app/silabs/include/ShellCommands.h index 576ad5235ffd6b..f9c6b5d9864d75 100644 --- a/examples/light-switch-app/silabs/include/ShellCommands.h +++ b/examples/light-switch-app/silabs/include/ShellCommands.h @@ -21,10 +21,10 @@ #if defined(ENABLE_CHIP_SHELL) -namespace LightSwtichCommands { +namespace LightSwitchCommands { void RegisterSwitchCommands(); -} // namespace LightSwtichCommands +} // namespace LightSwitchCommands #endif // defined(ENABLE_CHIP_SHELL)