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

3rd test (lucky ?)

This commit is contained in:
OneOfEleven
2023-09-22 00:03:53 +01:00
parent 0206bde628
commit 0cc5abfecc
5 changed files with 119 additions and 108 deletions

View File

@ -710,7 +710,7 @@ void BOARD_EEPROM_Init(void)
#ifdef ENABLE_AUDIO_BAR
gSetting_mic_bar = (Data[7] & (1u << 4)) ? true : false;
#endif
#ifdef ENABLE_AM_AGC_GAIN
#ifdef ENABLE_AM_FIX
gSetting_AM_fix = (Data[7] & (1u << 5)) ? true : false;
#endif