Browse Source

Remove leftover debug code

dds
PaulStoffregen 8 years ago
parent
commit
56b5f68dd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      analyze_notefreq.cpp

+ 1
- 1
analyze_notefreq.cpp View File

@@ -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;

Loading…
Cancel
Save