Fix compile warnings

smart-pointers
Phil Taylor 2023-02-12 17:14:26 +00:00
rodzic 7e89e9f457
commit 6de14df1da
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -69,11 +69,11 @@ struct COMMAND {
int index=0;
QString text;
usbCommandType cmdType = commandButton;
int command=0;
unsigned char suffix=0x0;
availableBands band=bandGen;
mode_kind mode=modeLSB;
usbCommandType cmdType = commandButton;
};
struct BUTTON {