mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-26 19:23:51 +01:00
oh!
This commit is contained in:
@@ -239,8 +239,8 @@ int main(int argc, char *argv[]) {
|
||||
vban_frame = data.packet_data.frame_num;
|
||||
}
|
||||
|
||||
if(data.packet_data.frame_num != vban_frame) {
|
||||
uint32_t expected_frame = vban_frame + 1;
|
||||
uint32_t expected_frame = vban_frame + 1;
|
||||
if(data.packet_data.frame_num != expected_frame) {
|
||||
|
||||
if (data.packet_data.frame_num > expected_frame) {
|
||||
// Packets dropped
|
||||
|
||||
Reference in New Issue
Block a user