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

This commit is contained in:
Marius Eggert 2023-09-27 13:07:18 +02:00
parent 063a7efc6b
commit 1973bd2c5b

View File

@ -67,7 +67,6 @@ void buildOffSequence(Subsystem& ss, ModeListEntry& eh) {
EPS_SEQUENCE_OFF.first)),
ctxc);
}
} // namespace
void buildNormalSequence(Subsystem& ss, ModeListEntry& eh) {
std::string context = "satsystem::tcs::buildNormalSequence";
@ -102,4 +101,5 @@ void buildNormalSequence(Subsystem& ss, ModeListEntry& eh) {
check(ss.addSequence(SequenceEntry(EPS_SEQUENCE_NORMAL.first, &EPS_SEQUENCE_NORMAL.second,
EPS_SEQUENCE_NORMAL.first)),
ctxc);
}
} // namespace