瀏覽代碼

adjust arm_math.h include per dep change

the audio lib (as well as teensy core) now use the dsp lib as part of
the cmsis package
main
John Robinson 3 年之前
父節點
當前提交
3e531ac7db
沒有發現已知的金鑰在資料庫的簽署中
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      include/audio/AudioTuner.h
  2. +1
    -1
      src/AudioTuner.cpp

+ 1
- 1
include/audio/AudioTuner.h 查看文件

@@ -25,7 +25,7 @@

#include <core/core_pins.h>
#include <core/AudioStream.h>
#include <core/arm_math.h>
#include <arm_math.h>
/***********************************************************************
* Safe to adjust these values below *
* *

+ 1
- 1
src/AudioTuner.cpp 查看文件

@@ -21,7 +21,7 @@
*/

#include <audio/utility/dspinst.h>
#include <core/arm_math.h>
#include <arm_math.h>
#include <core/Arduino.h>
#include "audio/AudioTuner.h"


Loading…
取消
儲存