auto-formatting
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
2023-08-30 11:35:06 +02:00
parent 2acb6d8132
commit 0c1eae3382
3 changed files with 6 additions and 7 deletions

2
fsfw

Submodule fsfw updated: 9ef63825f3...fb1500e041

View File

@ -5,11 +5,10 @@
#include "fsfw/tasks/PeriodicTaskIF.h" #include "fsfw/tasks/PeriodicTaskIF.h"
void scheduling::scheduleTmpTempSensors(PeriodicTaskIF* tmpTask, bool schedulePlPcdu1) { void scheduling::scheduleTmpTempSensors(PeriodicTaskIF* tmpTask, bool schedulePlPcdu1) {
std::vector<object_id_t> tmpIds = {objects::TMP1075_HANDLER_TCS_0, std::vector<object_id_t> tmpIds = {objects::TMP1075_HANDLER_TCS_0, objects::TMP1075_HANDLER_TCS_1,
objects::TMP1075_HANDLER_TCS_1, objects::TMP1075_HANDLER_PLPCDU_0,
objects::TMP1075_HANDLER_PLPCDU_0, objects::TMP1075_HANDLER_IF_BOARD};
objects::TMP1075_HANDLER_IF_BOARD}; if (schedulePlPcdu1) {
if(schedulePlPcdu1) {
tmpIds.push_back(objects::TMP1075_HANDLER_PLPCDU_1); tmpIds.push_back(objects::TMP1075_HANDLER_PLPCDU_1);
} }
for (const auto& tmpId : tmpIds) { for (const auto& tmpId : tmpIds) {

2
tmtc

Submodule tmtc updated: 8d6ca602f2...f9f8f9481f