Explorar el Código

Merge pull request #151 from FrankBoesing/patch-1

Remove debug Serial.print...
dds
Paul Stoffregen hace 8 años
padre
commit
8ef8cec56d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      effect_chorus.cpp

+ 2
- 0
effect_chorus.cpp Ver fichero

@@ -31,11 +31,13 @@

boolean AudioEffectChorus::begin(short *delayline,int d_length,int n_chorus)
{
#if 0
Serial.print("AudioEffectChorus.begin(Chorus delay line length = ");
Serial.print(d_length);
Serial.print(", n_chorus = ");
Serial.print(n_chorus);
Serial.println(")");
#endif

l_delayline = NULL;
delay_length = 0;

Cargando…
Cancelar
Guardar