Fix compilation warning in icom.c

pull/719/head
Mike Black W9MDB 2021-05-31 08:36:45 -05:00
rodzic c4e6ed39e6
commit d9d562874d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7944,7 +7944,7 @@ static int icom_parse_spectrum_frame(RIG *rig, int length, const unsigned char *
int max_division = (int) from_bcd(frame_data + 2, 1 * 2);
int spectrum_data_length_in_frame;
unsigned char *spectrum_data_start_in_frame;
const unsigned char *spectrum_data_start_in_frame;
rig_debug(RIG_DEBUG_VERBOSE, "%s called\n", __func__);