mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-13 19:15:07 -04:00
[MOS-225] Restore SystemManager service idle priority
It crashes othervise on use of deleted elements
This commit is contained in:
committed by
Adam Dobrowolski
parent
1fff92e9d6
commit
b0c41d4ed4
@@ -85,8 +85,7 @@ namespace sys
|
||||
}
|
||||
|
||||
SystemManagerCommon::SystemManagerCommon(std::vector<std::unique_ptr<BaseServiceCreator>> &&creators)
|
||||
: Service(service::name::system_manager, "", systemManagerStack, ServicePriority::Low), systemServiceCreators{
|
||||
std::move(creators)}
|
||||
: Service(service::name::system_manager, "", systemManagerStack), systemServiceCreators{std::move(creators)}
|
||||
{
|
||||
// Specify list of channels which System Manager is registered to
|
||||
bus.channels = {BusChannel::SystemManagerRequests};
|
||||
|
||||
Reference in New Issue
Block a user