mirror of
https://github.com/radio95-rnt/fm95.git
synced 2026-02-27 03:23:54 +01:00
oh
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <string.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include "constants.h"
|
|
||||||
#include "oscillator.h"
|
|
||||||
|
|
||||||
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
|
#if defined(__ARM_NEON) || defined(__ARM_NEON__)
|
||||||
#include <arm_neon.h>
|
#include <arm_neon.h>
|
||||||
@@ -12,6 +7,12 @@
|
|||||||
#define USE_NEON 0
|
#define USE_NEON 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <math.h>
|
||||||
|
#include "constants.h"
|
||||||
|
#include "oscillator.h"
|
||||||
|
|
||||||
#define LPF_ORDER 10
|
#define LPF_ORDER 10
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|||||||
Reference in New Issue
Block a user