mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-06-20 15:08:37 +03:00
RSSI calibration data usage fixed
This commit is contained in:
7
radio.c
7
radio.c
@ -241,8 +241,11 @@ void RADIO_ConfigureChannel(const unsigned int VFO, const unsigned int configure
|
||||
|
||||
if (configure == VFO_CONFIGURE_RELOAD || Channel >= FREQ_CHANNEL_FIRST)
|
||||
{
|
||||
uint8_t Tmp;
|
||||
uint8_t Data[8];
|
||||
uint8_t Tmp;
|
||||
uint8_t Data[8];
|
||||
// t_channel channel;
|
||||
|
||||
// EEPROM_ReadBuffer(Base, channel, sizeof(channel));
|
||||
|
||||
// ***************
|
||||
|
||||
|
Reference in New Issue
Block a user