Merge remote-tracking branch 'origin/develop' into continue_tcs_tests
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user