mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Decode and encode the System Fusion FICH.
This commit is contained in:
@@ -32,4 +32,10 @@ const unsigned char YSF_DT_TERMINATOR_CHANNEL = 0x80U;
|
||||
|
||||
const unsigned char YSF_CKSUM_OK = 0x01U;
|
||||
|
||||
const unsigned char YSF_CM_GROUP = 0x00U;
|
||||
const unsigned char YSF_CM_INDIVIDUAL = 0x0CU;
|
||||
|
||||
const unsigned char YSF_MR_NOT_BUSY = 0x08U;
|
||||
const unsigned char YSF_MR_BUSY = 0x10U;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user