Merge pull request #56 from djanderson/patch-1

pdsch_enode: write requested number of frames to file
This commit is contained in:
Ismael Gómez-Miguelez 2016-03-04 10:05:24 +01:00
commit a2c42df1dc
1 changed files with 1 additions and 1 deletions

View File

@ -653,8 +653,8 @@ int main(int argc, char **argv) {
start_of_burst=false;
#endif
}
nf++;
}
nf++;
sfn = (sfn + 1) % 1024;
}