Quellcode durchsuchen

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 vor 5 Jahren
Ursprung
Commit
3e531ac7db
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      include/audio/AudioTuner.h
  2. +1
    -1
      src/AudioTuner.cpp

+ 1
- 1
include/audio/AudioTuner.h Datei anzeigen



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

+ 1
- 1
src/AudioTuner.cpp Datei anzeigen

*/ */


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



Laden…
Abbrechen
Speichern