mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-20 22:05:08 +00:00
Fix comment and formatting
This commit is contained in:
parent
c6e9227aee
commit
2ec02e53e3
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ const uint8_t VOICE_1K[] = {0x00U,
|
||||||
|
|
||||||
// Embedded LC: CC: 1, srcID: 1, dstID: TG9
|
// Embedded LC: CC: 1, srcID: 1, dstID: TG9
|
||||||
const uint8_t SYNCEMB_1K[6][7] = {
|
const uint8_t SYNCEMB_1K[6][7] = {
|
||||||
{0x07U, 0x55U, 0xFDU, 0x7DU, 0xF7U, 0x5FU, 0x70U}, // MS VOICE SYNC (audio seq 0)
|
{0x07U, 0x55U, 0xFDU, 0x7DU, 0xF7U, 0x5FU, 0x70U}, // BS VOICE SYNC (audio seq 0)
|
||||||
{0x01U, 0x30U, 0x00U, 0x00U, 0x90U, 0x09U, 0x10U}, // EMB + Embedded LC1 (audio seq 1)
|
{0x01U, 0x30U, 0x00U, 0x00U, 0x90U, 0x09U, 0x10U}, // EMB + Embedded LC1 (audio seq 1)
|
||||||
{0x01U, 0x70U, 0x00U, 0x90U, 0x00U, 0x07U, 0x40U}, // EMB + Embedded LC2 (audio seq 2)
|
{0x01U, 0x70U, 0x00U, 0x90U, 0x00U, 0x07U, 0x40U}, // EMB + Embedded LC2 (audio seq 2)
|
||||||
{0x01U, 0x70U, 0x00U, 0x31U, 0x40U, 0x07U, 0x40U}, // EMB + Embedded LC3 (audio seq 3)
|
{0x01U, 0x70U, 0x00U, 0x31U, 0x40U, 0x07U, 0x40U}, // EMB + Embedded LC3 (audio seq 3)
|
||||||
|
|
|
||||||
|
|
@ -402,4 +402,4 @@ void CDMRTX::resetFifo2()
|
||||||
uint32_t CDMRTX::getFrameCount()
|
uint32_t CDMRTX::getFrameCount()
|
||||||
{
|
{
|
||||||
return m_frameCount;
|
return m_frameCount;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue