Auto stash before merge of "EGD-2080_evtmgrdeinit" and "origin/EGD-2079_pwrmgr_services"

Fix: Service's params order
This commit is contained in:
Mateusz
2019-08-28 10:51:48 +02:00
parent 9cb988148d
commit d299f0916e
3 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ namespace sys
const char* systemManagerServiceName = "SysMgrService";
SystemManager::SystemManager(TickType_t pingInterval)
: Service(systemManagerServiceName,4096,ServicePriority::Idle),
: Service(systemManagerServiceName),
pingInterval(pingInterval)
{
// Specify list of channels which System Manager is registered to