diff --git a/fsfw b/fsfw index 4b5e3e70..e6130263 160000 --- a/fsfw +++ b/fsfw @@ -1 +1 @@ -Subproject commit 4b5e3e70f7eb65780b697a81ba95ecc2a74a8b84 +Subproject commit e6130263ef144c5b1f6eafef734a0150a92d6cda diff --git a/mission/devices/PayloadPcduHandler.cpp b/mission/devices/PayloadPcduHandler.cpp index c0c9e771..dbd1708d 100644 --- a/mission/devices/PayloadPcduHandler.cpp +++ b/mission/devices/PayloadPcduHandler.cpp @@ -346,7 +346,7 @@ ReturnValue_t PayloadPcduHandler::interpretDeviceReply(DeviceCommandId_t id, uint32_t PayloadPcduHandler::getTransitionDelayMs(Mode_t modeFrom, Mode_t modeTo) { // 20 minutes transition delay is allowed - return 20 * 60 * 60; + return 20 * 60 * 1000; } ReturnValue_t PayloadPcduHandler::initializeLocalDataPool(localpool::DataPool& localDataPoolMap,