eive-obsw/mission/tcs/defs.h
Robin Mueller c9cc1d4cfe
Some checks failed
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
done
2023-04-11 22:58:13 +02:00

10 lines
108 B
C++

#pragma once
#include <atomic>
namespace tcs {
extern std::atomic_bool TCS_BOARD_SHORTLY_UNAVAILABLE;
}