Skip to content

Commit 5766d9d

Browse files
committed
removed incorrect FrequencyTimer2 namespace from clockCyclesPerMicrosecond
1 parent 2fe874f commit 5766d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MozziGuts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ static void setupTimer2()
440440
{
441441
backupPreMozziTimer2(); // to reset while pausing
442442
unsigned long period = 16000000UL/AUDIO_RATE;
443-
period *= FrequencyTimer2::clockCyclesPerMicrosecond();
443+
period *= clockCyclesPerMicrosecond();
444444
FrequencyTimer2::setPeriodMicroSeconds(period);
445445
FrequencyTimer2::setOnOverflow(dummy);
446446
FrequencyTimer2::enable();

0 commit comments

Comments
 (0)