0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 14:48:03 +03:00

update mdc1200

This commit is contained in:
OneOfEleven
2023-10-21 20:54:42 +01:00
parent a68d0ab74f
commit 428ca596e6
6 changed files with 20 additions and 17 deletions

View File

@ -155,7 +155,9 @@ uint8_t BK4819_GetCTCType(void);
void BK4819_start_fsk_rx(const unsigned int packet_size);
void BK4819_PlayRoger(void);
void BK4819_PlayRogerMDC1200(void);
#ifdef ENABLE_MDC1200
void BK4819_PlayRogerMDC1200(void);
#endif
void BK4819_Enable_AfDac_DiscMode_TxDsp(void);