issues with SPI..
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-02-12 21:07:33 +01:00
parent e94af34ef0
commit 6521e419eb
6 changed files with 18 additions and 10 deletions

View File

@ -75,7 +75,6 @@ int obsw::obsw() {
scheduling::initMission();
// Command the EIVE system to safe mode
/*
auto sysQueueId = satsystem::EIVE_SYSTEM.getCommandQueue();
CommandMessage msg;
ModeMessage::setCmdModeMessage(msg, acs::AcsMode::SAFE, 0);
@ -84,7 +83,6 @@ int obsw::obsw() {
if (result != returnvalue::OK) {
sif::error << "Sending safe mode command to EIVE system failed" << std::endl;
}
*/
for (;;) {
/* Suspend main thread by sleeping it. */