Fix copy-pasta in header.

Increase scope of SIREN_DSP_SLOW to entire file.
This commit is contained in:
2023-12-03 23:04:41 -08:00
parent 12f14999d1
commit d5023bc5fa
2 changed files with 3 additions and 3 deletions

View File

@@ -31,14 +31,14 @@
#include "../include/dsp.h"
#ifdef SIREN_DSP_SLOW
// _USE_MATH_DEFINES must be defined to get M_PI in Windows
#define _USE_MATH_DEFINES
#include <math.h>
#include <assert.h>
#ifdef SIREN_DSP_SLOW
namespace siren {
namespace dsp {