0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00
This commit is contained in:
2025-05-17 20:58:40 +02:00
parent 23e839c97a
commit aaf519aa4b

View File

@@ -249,7 +249,7 @@ int main(int argc, char *argv[]) {
// So we've got a higher count, must be out of order then
if(quiet == 0) printf("Packets received out of order (got:%d, expected:%d)\n", data.packet_data.frame_num, expected_frame);
}
vban_frame = data.packet_data.frame_num; // Resync
vban_frame = data.packet_data.frame_num - 1; // Resync, subract one do not domino error
} else vban_frame++;
}