mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Small tidy-ups.
This commit is contained in:
parent
7940025095
commit
3f1f1d1586
3 changed files with 15 additions and 19 deletions
|
|
@ -21,8 +21,9 @@
|
|||
|
||||
#include "Config.h"
|
||||
|
||||
enum CTCSSState : uint8_t
|
||||
enum CTCSSState
|
||||
{
|
||||
CTS_NONE = 0,
|
||||
CTS_READY = 1,
|
||||
CTS_VALID = 2,
|
||||
CTS_READY_VALID = CTS_READY | CTS_VALID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue