kopia lustrzana https://github.com/Hamlib/Hamlib
Clean up warning in simic7300.c
rodzic
d8d716f0f2
commit
c9fc80fea1
|
@ -445,9 +445,9 @@ void frameParse(int fd, unsigned char *frame, int len)
|
||||||
}
|
}
|
||||||
|
|
||||||
frame[11] = 0xfd;
|
frame[11] = 0xfd;
|
||||||
|
#if 0
|
||||||
unsigned char frame2[11];
|
unsigned char frame2[11];
|
||||||
|
|
||||||
#if 0
|
|
||||||
frame2[0] = 0xfe;
|
frame2[0] = 0xfe;
|
||||||
frame2[1] = 0xfe;
|
frame2[1] = 0xfe;
|
||||||
frame2[2] = 0x00; // send transceive frame
|
frame2[2] = 0x00; // send transceive frame
|
||||||
|
|
Ładowanie…
Reference in New Issue