arduinofft: Move to submodule, define srqt_internal externally
This commit is contained in:
parent
473a0795d6
commit
505520d83b
21 changed files with 9 additions and 2311 deletions
|
|
@ -5,8 +5,9 @@
|
|||
#include <cstdint>
|
||||
// Note: Change internal define 'sqrt_internal sqrt' to
|
||||
// 'sqrt_internal sqrtf' to save ~3KB of flash.
|
||||
#define sqrt_internal sqrtf
|
||||
#define FFT_SPEED_OVER_PRECISION
|
||||
#include "libs/arduinoFFT-develop/src/arduinoFFT.h"
|
||||
#include "libs/arduinoFFT/src/arduinoFFT.h"
|
||||
|
||||
namespace Pinetime {
|
||||
namespace Controllers {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue