Merge remote-tracking branch 'origin/develop' into irini

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

@ -340,7 +340,7 @@ void ObjectFactory::createThermalController() {
void ObjectFactory::createAcsController() { new AcsController(objects::ACS_CONTROLLER); }
void ObjectFactory::gpioChecker(ReturnValue_t result, std::string output) {
if (result != HasReturnvaluesIF::RETURN_OK) {
if (result != returnvalue::OK) {
sif::error << "ObjectFactory: Adding GPIOs failed for " << output << std::endl;
}
}