Merge remote-tracking branch 'origin/develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-04-12 13:00:58 +02:00
23 changed files with 408 additions and 154 deletions

View File

@ -1,6 +1,6 @@
#ifndef MISSION_TCS_DEFS_H_
#define MISSION_TCS_DEFS_H_
#pragma once
#include <atomic>
#include <cstdint>
namespace heater {
@ -17,4 +17,8 @@ enum Switch : uint8_t {
};
}
#endif /* MISSION_TCS_DEFS_H_ */
namespace tcs {
extern std::atomic_bool TCS_BOARD_SHORTLY_UNAVAILABLE;
}