change test values

This commit is contained in:
twobit 2012-08-06 04:05:58 +02:00
parent aa94ac20e3
commit 9b6bc4c5a2

View File

@ -43,13 +43,12 @@ static synth_t synth;
void synth_init(void)
{
// some test values
synth.channels[0].wave = WAVE_PULSE + 10;
synth.channels[0].wave = WAVE_PULSE;
synth.channels[0].speed = 1153;
synth.channels[0].pulse_sweep = 0;
synth.channels[0].pulse_width = 1 << 31;
synth.channels[1].wave = WAVE_SAW;
synth.channels[1].wave = WAVE_NOISE;
synth.channels[1].speed = 1728;
}