S2: Avoid deadlock.

work
pabr 2022-12-01 10:03:12 +01:00
rodzic 9dd4060f06
commit 84c59e1c7a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -940,6 +940,7 @@ namespace leansdr {
if ( ss.fw16<min_freqw16 || ss.fw16>max_freqw16 ) {
if ( sch->debug ) fprintf(stderr, "Carrier out of bounds\n");
in.read(ss.p-in.rd());
enter_frame_detect();
return;
}