Fix cppcheck warning in ic746.c

pull/174/head
Michael Black 2020-01-13 23:07:33 -06:00
rodzic 67ea6c1bb3
commit bb4e3d6c8f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 6599353EC683404D
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -131,8 +131,8 @@ typedef struct
unsigned char tone_sql[3]; /* tone squelch frequency as tone */
struct
{
unsigned char
pol; /* DTCS polarity by nibbles Tx pol | Rx pol; 0 = normal; 1 = rev */
//unsigned char
//pol; /* DTCS polarity by nibbles Tx pol | Rx pol; 0 = normal; 1 = rev */
unsigned char code[2]; /* DTCS code bigendian */
} dcs;
} channel_str_t;