From 26aafbe1dd9caa8cb69f7b4a5f3a2199f6d3449c Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Sun, 13 Apr 2025 12:18:58 -0400 Subject: [PATCH] live long and oopsie; --- src/common/p25/P25Defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/p25/P25Defines.h b/src/common/p25/P25Defines.h index eaf100a4..f5a1a9dc 100644 --- a/src/common/p25/P25Defines.h +++ b/src/common/p25/P25Defines.h @@ -198,8 +198,8 @@ namespace p25 enum : uint8_t { INVALID = 0x00U, //! Invalid Service Class COMPOSITE = 0x01U, //! Composite Control Channel - VOICE = 0x10U, //! Voice - DATA = 0x20U, //! Data + DATA = 0x10U, //! Data + VOICE = 0x20U, //! Voice REG = 0x40U, //! Registration AUTH = 0x80U //! Authentication };