Explorar el Código

Remove leftover debug code

dds
PaulStoffregen hace 8 años
padre
commit
56b5f68dd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      analyze_notefreq.cpp

+ 1
- 1
analyze_notefreq.cpp Ver fichero

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

Cargando…
Cancelar
Guardar