Merge remote-tracking branch 'origin/v4.0.0-dev' into set-more-temps-to-invalid-value
All checks were successful
EIVE/eive-obsw/pipeline/pr-v4.0.0-dev This commit looks good

This commit is contained in:
2023-06-22 11:36:49 +02:00
3 changed files with 3 additions and 4 deletions

View File

@ -12,14 +12,13 @@ extern "C" {
#include <wire/common/genericstructs.h>
}
#include "fsfw/thermal/tcsDefinitions.h"
#include <atomic>
#include <fstream>
#include <thread>
#include "OBSWConfig.h"
#include "eive/definitions.h"
#include "fsfw/thermal/tcsDefinitions.h"
std::atomic_bool JCFG_DONE(false);