eive-obsw/mission/tmtc/comDefinitions.h
Robin Mueller 5a71a400be
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
com subsystem infastructure
2022-04-28 16:44:48 +02:00

10 lines
103 B
C++

#pragma once
#include <cstdint>
namespace com {
enum Submodes : uint8_t { NONE = 0, TX_ON = 1 };
}