define INTERLEAVE_DISTANCE
This commit is contained in:
parent
2ddb8aa18c
commit
6d9068f63d
|
@ -1,6 +1,6 @@
|
|||
#include "interleaver.h"
|
||||
|
||||
#include "config.h"
|
||||
#define INTERLEAVE_DISTANCE 16
|
||||
|
||||
void interleaver_interleave(const float complex *in, float complex *out, size_t n)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue