Add the EMB correlator for DMR.

This commit is contained in:
Jonathan Naylor
2016-03-23 18:51:52 +00:00
parent 9e91a52793
commit 17f212db3b
3 changed files with 107 additions and 44 deletions
+3 -1
View File
@@ -76,8 +76,10 @@ const uint8_t DT_VOICE_LC_HEADER = 1U;
const uint8_t DT_TERMINATOR_WITH_LC = 2U;
const uint8_t DT_CSBK = 3U;
const uint8_t DT_DATA_HEADER = 6U;
const uint8_t DT_RATE_12_DATA = 7U;
const uint8_t DT_RATE_34_DATA = 8U;
const uint8_t DT_IDLE = 9U;
// All others are for data transfer
const uint8_t DT_RATE_1_DATA = 10U;
#endif