remove code
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2023-02-02 17:09:59 +01:00
parent c2fb224fea
commit f6abe2b466
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -66,17 +66,6 @@ auto ACS_TABLE_PTG_TARGET_TRANS_0 =
auto ACS_TABLE_PTG_TARGET_TRANS_1 =
std::make_pair((acs::CtrlSubmode::PTG_TARGET << 24) | 3, FixedArrayList<ModeListEntry, 1>());
/*
auto ACS_SEQUENCE_PTG_TARGET =
std::make_pair(acs::CtrlSubmode::TARGET_PT, FixedArrayList<ModeListEntry, 3>());
auto ACS_TABLE_TARGET_PT_TGT =
std::make_pair((acs::CtrlSubmode::TARGET_PT << 24) | 1, FixedArrayList<ModeListEntry, 6>());
auto ACS_TABLE_TARGET_PT_TRANS_0 =
std::make_pair((acs::CtrlSubmode::TARGET_PT << 24) | 2, FixedArrayList<ModeListEntry, 5>());
auto ACS_TABLE_TARGET_PT_TRANS_1 =
std::make_pair((acs::CtrlSubmode::TARGET_PT << 24) | 3, FixedArrayList<ModeListEntry, 1>());
*/
void satsystem::acs::init() {
ModeListEntry entry;
buildOffSequence(ACS_SUBSYSTEM, entry);