Skip to content

Commit

Permalink
Update LightSwitchMgr.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Mar 20, 2024
1 parent fac95f8 commit ec32fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/light-switch-app/silabs/src/LightSwitchMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ CHIP_ERROR LightSwitchMgr::Init(EndpointId lightSwitchEndpoint, chip::EndpointId
}

#if defined(ENABLE_CHIP_SHELL)
LightSwtichCommands::RegisterSwitchCommands();
LightSwitchCommands::RegisterSwitchCommands();
#endif // defined(ENABLE_CHIP_SHELL)

return error;
Expand Down

0 comments on commit ec32fd1

Please sign in to comment.