We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe874f commit 5766d9dCopy full SHA for 5766d9d
MozziGuts.cpp
@@ -440,7 +440,7 @@ static void setupTimer2()
440
{
441
backupPreMozziTimer2(); // to reset while pausing
442
unsigned long period = 16000000UL/AUDIO_RATE;
443
- period *= FrequencyTimer2::clockCyclesPerMicrosecond();
+ period *= clockCyclesPerMicrosecond();
444
FrequencyTimer2::setPeriodMicroSeconds(period);
445
FrequencyTimer2::setOnOverflow(dummy);
446
FrequencyTimer2::enable();
0 commit comments