Skip to content
Snippets Groups Projects
Commit 9814489e authored by deuce's avatar deuce
Browse files

Remove debug output.

parent 6c2f146b
Branches
Tags
No related merge requests found
......@@ -68,7 +68,6 @@ void makewave(double freq, unsigned char *wave, int samples)
wave[i]=(pos<WAVE_PI)?255:0;
break;
}
printf("POS: %.4f VAL: %u\n",pos,wave[i]);
}
/* Now we have a "perfect" wave...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment