eive-obsw/mission/tcs/defs.h

10 lines
108 B
C
Raw Normal View History

2023-04-11 22:58:13 +02:00
#pragma once
#include <atomic>
namespace tcs {
extern std::atomic_bool TCS_BOARD_SHORTLY_UNAVAILABLE;
}