瀏覽代碼

Merge pull request #249 from FrankBoesing/patch-1

Fix problem with optimized loops like do {} while (!myFFT.available());
dds
Paul Stoffregen 7 年之前
父節點
當前提交
e7cae102ca
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      analyze_fft256.h

+ 1
- 1
analyze_fft256.h 查看文件

@@ -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…
取消
儲存