0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 11:22:00 +01:00
This commit is contained in:
2025-03-27 21:23:29 +01:00
parent 7e64dcaab3
commit a3f3a39284

View File

@@ -7,7 +7,11 @@
#include "optimization.h"
#include "oscillator.h"
#if USE_NEON
#define LPF_ORDER 12 // neon has to have divisable by 4
#else
#define LPF_ORDER 10
#endif
typedef struct
{