Browse Source

Fix problem with optimized loops like do {} while (!myFFT.available());

https://forum.pjrc.com/threads/46855-AudioAnalyzeFFT256-does-not-work-like-FFT1024-(works-only-once)
dds
Frank 7 years ago
parent
commit
decff0dfa1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      analyze_fft256.h

+ 1
- 1
analyze_fft256.h View File

@@ -110,7 +110,7 @@ private:
uint8_t naverage;
#endif
uint8_t count;
bool outputflag;
volatile bool outputflag;
audio_block_t *inputQueueArray[1];
arm_cfft_radix4_instance_q15 fft_inst;
};

Loading…
Cancel
Save