Переглянути джерело

adjust #includes for restructure / deps

main
John Robinson 3 роки тому
джерело
коміт
09210c4b05
Не вдалося знайти GPG ключ що відповідає даному підпису
2 змінених файлів з 7 додано та 7 видалено
  1. +3
    -3
      include/audio/AudioTuner.h
  2. +4
    -4
      src/AudioTuner.cpp

+ 3
- 3
include/audio/AudioTuner.h Переглянути файл

@@ -23,9 +23,9 @@
#ifndef AudioTuner_h_
#define AudioTuner_h_

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

+ 4
- 4
src/AudioTuner.cpp Переглянути файл

@@ -20,10 +20,10 @@
* THE SOFTWARE.
*/

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

#define NUM_SAMPLES ( AUDIO_GUITARTUNER_BLOCKS << 7 )


Завантаження…
Відмінити
Зберегти