Skip to content

Commit

Permalink
Update ShellCommands.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Mar 20, 2024
1 parent 907883f commit 630d7d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/light-switch-app/silabs/include/ShellCommands.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

#if defined(ENABLE_CHIP_SHELL)

namespace LightSwtichCommands {
namespace LightSwitchCommands {

void RegisterSwitchCommands();

} // namespace LightSwtichCommands
} // namespace LightSwitchCommands

#endif // defined(ENABLE_CHIP_SHELL)

0 comments on commit 630d7d7

Please sign in to comment.