Merge remote-tracking branch 'origin/develop' into mueller/plpcdu-refactoring
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2022-03-25 15:32:00 +01:00
commit 184ce2917d
2 changed files with 2 additions and 2 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 4b5e3e70f7eb65780b697a81ba95ecc2a74a8b84
Subproject commit e6130263ef144c5b1f6eafef734a0150a92d6cda

View File

@ -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,