Skip to content

Commit

Permalink
Fix breakage for silabs water heater
Browse files Browse the repository at this point in the history
  • Loading branch information
soares-sergio committed Oct 31, 2024
1 parent 50fb815 commit 2f140ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/energy-management-app/silabs/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ void ApplicationShutdown()
#endif // CONFIG_ENABLE_EXAMPLE_EVSE_DEVICE

#if SL_CONFIG_ENABLE_EXAMPLE_WATER_HEATER_DEVICE
FullWhmApplicationShutdown();
WaterHeaterApplicationShutdown();
#endif // CONFIG_ENABLE_EXAMPLE_WATER_HEATER_DEVICE
chip::DeviceLayer::PlatformMgr().UnlockChipStack();
}
Expand Down

0 comments on commit 2f140ea

Please sign in to comment.