0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-07-09 15:20:26 +03:00

Added 'make clean' to win_make.bat

This commit is contained in:
OneOfEleven
2023-09-27 17:29:49 +01:00
parent b0794ec582
commit 470297ea25
8 changed files with 109 additions and 110 deletions

View File

@ -26,11 +26,11 @@ extern const uint8_t orig_mixer;
extern const uint8_t orig_pga;
#ifdef ENABLE_AM_FIX
extern int16_t rssi_db_gain_diff[2];
extern int16_t rssi_gain_diff[2];
void AM_fix_init(void);
void AM_fix_reset(const int vfo);
void AM_fix_adjust_frontEnd_10ms(const int vfo);
void AM_fix_10ms(const int vfo);
#ifdef ENABLE_AM_FIX_SHOW_DATA
void AM_fix_print_data(const int vfo, char *s);
#endif