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

some fixes

This commit is contained in:
OneOfEleven
2023-10-26 23:14:46 +01:00
parent cfe64c66b3
commit 78da1d5610
11 changed files with 192 additions and 94 deletions

View File

@ -163,7 +163,7 @@ uint8_t BK4819_GetCTCType(void);
void BK4819_PlayRoger(void);
#ifdef ENABLE_MDC1200
void BK4819_enable_mdc1200_ffsk_rx(const bool enable);
void BK4819_enable_mdc1200_rx(const bool enable);
void BK4819_send_MDC1200(const uint8_t op, const uint8_t arg, const uint16_t id);
#endif