mirror of
https://github.com/OneOfEleven/uv-k5-firmware-custom.git
synced 2025-04-28 22:31:25 +03:00
fix compile problem
This commit is contained in:
parent
88141810cb
commit
e55690fe65
@ -719,7 +719,9 @@ void UI_DisplayMain(void)
|
|||||||
big_freq(frequency, x, line);
|
big_freq(frequency, x, line);
|
||||||
#else
|
#else
|
||||||
|
|
||||||
const unsigned int chan = g_vfo_info[vfo_num].freq_in_channel;
|
#ifdef ENABLE_SHOW_FREQS_CHAN
|
||||||
|
const unsigned int chan = g_vfo_info[vfo_num].freq_in_channel;
|
||||||
|
#endif
|
||||||
|
|
||||||
sprintf(str, "%03u.%05u", frequency / 100000, frequency % 100000);
|
sprintf(str, "%03u.%05u", frequency / 100000, frequency % 100000);
|
||||||
#ifdef ENABLE_TRIM_TRAILING_ZEROS
|
#ifdef ENABLE_TRIM_TRAILING_ZEROS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user