mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 14:54:40 +00:00
add back mdc rx
This commit is contained in:
parent
8e7644a50e
commit
8cc09dd135
2 changed files with 6 additions and 3 deletions
|
@ -707,6 +707,10 @@ static void CheckRadioInterrupts(void)
|
||||||
g_FSK_Buffer[gFSKWriteIndex++] = BK4819_ReadRegister(BK4819_REG_5F);
|
g_FSK_Buffer[gFSKWriteIndex++] = BK4819_ReadRegister(BK4819_REG_5F);
|
||||||
AIRCOPY_StorePacket();
|
AIRCOPY_StorePacket();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
#ifdef ENABLE_MDC1200
|
||||||
|
MDC1200_process_rx( interrupt_status_bits);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1784,9 +1784,8 @@ void BK4819_PlayDTMFEx(bool bLocalLoopback, char Code)
|
||||||
|
|
||||||
BK4819_ExitTxMute();
|
BK4819_ExitTxMute();
|
||||||
}
|
}
|
||||||
//ENABLE_MDC1200
|
|
||||||
#define h
|
#ifdef ENABLE_MDC1200
|
||||||
#ifdef h
|
|
||||||
void BK4819_start_tone(const uint16_t frequency, const unsigned int level, const bool tx, const bool tx_mute)
|
void BK4819_start_tone(const uint16_t frequency, const unsigned int level, const bool tx, const bool tx_mute)
|
||||||
{
|
{
|
||||||
SYSTEM_DelayMs(1);
|
SYSTEM_DelayMs(1);
|
||||||
|
|
Loading…
Reference in a new issue