Update simicom9700.c

pull/1137/head
Mike Black W9MDB 2022-11-01 10:34:45 -05:00
rodzic 2a30396d70
commit eb667185ef
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -257,6 +257,11 @@ void frameParse(int fd, unsigned char *frame, int len)
break;
case 0x18: // miscellaneous things
frame[5] = 1;
frame[6] = 0xfd;
n = write(fd, frame, 7);
break;
case 0x1a: // miscellaneous things
switch (frame[5])