Skip to content

Commit

Permalink
remove commented bits
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Nov 18, 2024
1 parent a1e901a commit f8976e9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/platform/silabs/MatterConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ static chip::DeviceLayer::Internal::Efr32PsaOperationalKeystore gOperationalKeys
#include "sl_power_manager.h"
#endif

// #include "sl_si91x_power_manager.h"

/**********************************************************
* Defines
*********************************************************/
Expand Down Expand Up @@ -315,8 +313,6 @@ CHIP_ERROR SilabsMatterConfig::InitMatter(const char * appName)

initParams.appDelegate = &BaseApplication::sAppDelegate;

// sl_status_t status = sl_si91x_power_manager_add_ps_requirement(SL_SI91X_POWER_MANAGER_PS4);

// Init Matter Server and Start Event Loop
err = chip::Server::GetInstance().Init(initParams);

Expand Down

0 comments on commit f8976e9

Please sign in to comment.