mirror of
https://github.com/adrigongv23/G26---Telemetry-Software.git
synced 2026-05-25 20:41:27 +02:00
9 lines
No EOL
114 B
C++
9 lines
No EOL
114 B
C++
#ifndef TELEMETRY_STATUS_HPP
|
|
#define TELEMETRY_STATUS_HPP
|
|
|
|
enum class TelemetryStatus {
|
|
CONNECTED,
|
|
};
|
|
|
|
|
|
#endif |