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

This commit is contained in:
Robin Müller 2023-08-30 11:35:06 +02:00
parent 2acb6d8132
commit 0c1eae3382
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F
3 changed files with 6 additions and 7 deletions

2
fsfw

@ -1 +1 @@
Subproject commit 9ef63825f3d8486b05c3f6193ae0503833e6f8a4
Subproject commit fb1500e041c4d89316a9bceabc89ed870c8032be

View File

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

2
tmtc

@ -1 +1 @@
Subproject commit 8d6ca602f2ab8dd6b38e88546f23dd8e809211c2
Subproject commit f9f8f9481fe78aec60a4ad121a72d2011d18363f