mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-13 19:15:07 -04:00
Auto stash before merge of "EGD-2080_evtmgrdeinit" and "origin/EGD-2079_pwrmgr_services"
Fix: Service's params order
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user