Tweaks for MPSoC startup and shutdown code #796

Merged
meggert merged 12 commits from mpsoc-tweaks into main 2023-09-27 11:32:31 +02:00
Showing only changes of commit 4ba3e394f9 - Show all commits

View File

@ -112,7 +112,7 @@ class PlocMpsocHandler : public DeviceHandlerBase, public CommandsActionsIF {
static const uint16_t PACKET_SEQUENCE_COUNT_MASK = 0x3FFF;
mpsoc::HkReport hkReport;
Countdown mpsocBootTransitionCd = Countdown(6000);
Countdown mpsocBootTransitionCd = Countdown(6500);
Countdown supvTransitionCd = Countdown(3000);
MessageQueueIF* eventQueue = nullptr;