Skip to content

Commit 1712fbc

Browse files
committed
cleanup
1 parent b777627 commit 1712fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fx25_init.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ struct rs *INIT_RS(unsigned int symsize,unsigned int gfpoly,unsigned fcr,unsigne
482482
}
483483

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

0 commit comments

Comments
 (0)