From c7e2cc22af96a759c53303417e5093660f1d5da9 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Wed, 11 May 2022 16:49:07 +0200 Subject: [PATCH] init sequence count --- fsfw | 2 +- linux/devices/ploc/PlocMPSoCHandler.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fsfw b/fsfw index 0d45b35e..cccfe9e6 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 0d45b35ea7fe2360e3aa4f9b16bb6c2f63422689 +Subproject commit cccfe9e657a3b7e3567dae3acb74f64729fab251 diff --git a/linux/devices/ploc/PlocMPSoCHandler.h b/linux/devices/ploc/PlocMPSoCHandler.h index 9b96ce55..17014270 100644 --- a/linux/devices/ploc/PlocMPSoCHandler.h +++ b/linux/devices/ploc/PlocMPSoCHandler.h @@ -108,7 +108,8 @@ class PlocMPSoCHandler : public DeviceHandlerBase, public CommandsActionsIF { MessageQueueIF* eventQueue = nullptr; MessageQueueIF* commandActionHelperQueue = nullptr; - SourceSequenceCounter sequenceCount = SourceSequenceCounter(SpacePacketBase::LIMIT_SEQUENCE_COUNT - 1); + SourceSequenceCounter sequenceCount = + SourceSequenceCounter(SpacePacketBase::LIMIT_SEQUENCE_COUNT - 1); uint8_t commandBuffer[mpsoc::MAX_COMMAND_SIZE];