Merge remote-tracking branch 'origin/develop' into mueller/acs-ss-init

This commit is contained in:
2022-08-29 15:53:57 +02:00
331 changed files with 5495 additions and 19776 deletions
.gitmodulesCHANGELOG.mdCMakeLists.txt
bsp_egse
bsp_hosted
bsp_linux_board
bsp_q7s
bsp_te0720_1cfa
common/config
dummies
fsfw
generators
linux
mission
scripts
test
thirdparty
gomspace-sw
libcsp
CMakeLists.txt
bindings
python
doc
examples
include
libcsp.mk
src
utils
tmtc
unittest

@ -11,8 +11,8 @@ DualLanePowerStateMachine::DualLanePowerStateMachine(power::Switch_t switchA,
power::OpCodes DualLanePowerStateMachine::fsm() {
using namespace duallane;
ReturnValue_t switchStateA = RETURN_OK;
ReturnValue_t switchStateB = RETURN_OK;
ReturnValue_t switchStateA = returnvalue::OK;
ReturnValue_t switchStateB = returnvalue::OK;
if (state == power::States::IDLE or state == power::States::MODE_COMMANDING) {
return opResult;
}