Skip to content

Commit

Permalink
Remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulStoffregen committed Jul 31, 2016
1 parent 0e459a4 commit 56b5f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze_notefreq.cpp
Expand Up @@ -142,7 +142,7 @@ void AudioAnalyzeNoteFrequency::process( void ) {
return;
}
} while ( --cycles );
digitalWriteFast(10, LOW);
//digitalWriteFast(10, LOW);
if ( tau >= HALF_BLOCKS ) {
process_buffer = false;
new_output = false;
Expand Down

0 comments on commit 56b5f68

Please sign in to comment.