소스 검색
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
No known key found for this signature in database
2개의 변경된 파일과
2개의 추가작업 그리고
2개의 파일을 삭제
-
include/audio/AudioTuner.h
-
src/AudioTuner.cpp
|
|
@@ -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 * |
|
|
|
* * |
|
|
@@ -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" |
|
|
|
|