[EGD-6932] Small cellular refactor

Refactor regarding https://github.com/mudita/MuditaOS/pull/2226.
This commit is contained in:
Jakub Pyszczak
2021-06-14 13:59:16 +02:00
parent 0ec025ea2d
commit e2863061e0
7 changed files with 32 additions and 59 deletions

View File

@@ -159,7 +159,7 @@ namespace sys
LOG_FATAL("State changed after reset/shutdown was requested to: %s! this is terrible failure!",
c_str(state));
exit(1);
};
}
}
void SystemManager::initialize()