Small tidy-ups.

This commit is contained in:
Jonathan Naylor 2020-04-22 14:08:34 +01:00
parent 7940025095
commit 3f1f1d1586
3 changed files with 15 additions and 19 deletions

View file

@ -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