missing code
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-14 15:26:39 +01:00
parent dcbf1502a2
commit 9c300298b7

View File

@ -67,6 +67,7 @@ int obsw::obsw(int argc, char* argv[]) {
// Command the EIVE system to safe mode // Command the EIVE system to safe mode
#if OBSW_COMMAND_SAFE_MODE_AT_STARTUP == 1 #if OBSW_COMMAND_SAFE_MODE_AT_STARTUP == 1
commandComSubsystemRxOnly();
commandEiveSystemToSafe(); commandEiveSystemToSafe();
#else #else
announceAllModes(); announceAllModes();