This commit is contained in:
wb2osz 2021-09-21 13:20:10 -04:00
parent b77762780f
commit 1712fbcfb9
1 changed files with 2 additions and 2 deletions

View File

@ -482,7 +482,7 @@ struct rs *INIT_RS(unsigned int symsize,unsigned int gfpoly,unsigned fcr,unsigne
}
// diagnostic prints
/*
#if 0
printf("Alpha To:\n\r");
for (i=0; i < sizeof(DTYPE)*(rs->nn+1); i++)
printf("0x%2x,", rs->alpha_to[i]);
@ -497,7 +497,7 @@ struct rs *INIT_RS(unsigned int symsize,unsigned int gfpoly,unsigned fcr,unsigne
for (i = 0; i <= nroots; i++)
printf("0x%2x,", rs->genpoly[i]);
printf("\n\r");
*/
#endif
return rs;
}