mirror of
https://github.com/silenty4ng/uv-k5-firmware-chinese-lts
synced 2025-01-15 06:45:05 +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);
|
||||
AIRCOPY_StorePacket();
|
||||
}
|
||||
#endif
|
||||
#ifdef ENABLE_MDC1200
|
||||
MDC1200_process_rx( interrupt_status_bits);
|
||||
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1784,9 +1784,8 @@ void BK4819_PlayDTMFEx(bool bLocalLoopback, char Code)
|
|||
|
||||
BK4819_ExitTxMute();
|
||||
}
|
||||
//ENABLE_MDC1200
|
||||
#define h
|
||||
#ifdef h
|
||||
|
||||
#ifdef ENABLE_MDC1200
|
||||
void BK4819_start_tone(const uint16_t frequency, const unsigned int level, const bool tx, const bool tx_mute)
|
||||
{
|
||||
SYSTEM_DelayMs(1);
|
||||
|
|
Loading…
Reference in a new issue