set parities to sequential number for troubleshooting

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent a9e0756c31
commit 6063b0127b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -726,6 +726,13 @@ int get_tlm_fox() {
}
printf("\n");
#endif
// set parities to sequential count
for (int m = 0; m < parityLen; m++) {
parities[0][m] = m;
printf("%d ", parities[0][m]);
}
int ctr2 = 0;
memset(data10,0,sizeof(data10));
int rd = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.