This commit is contained in:
parent
699bc520f0
commit
4cea1badf3
@ -1,3 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace com {}
|
||||
#include <cstdint>
|
||||
|
||||
namespace com {
|
||||
|
||||
enum Submodes: uint8_t {
|
||||
NONE = 0,
|
||||
TX_ON = 1
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user