mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
fix definitons
This commit is contained in:
@@ -3,6 +3,13 @@
|
|||||||
#include "waveforms.h"
|
#include "waveforms.h"
|
||||||
#include "modulator.h"
|
#include "modulator.h"
|
||||||
|
|
||||||
|
#ifndef max
|
||||||
|
#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||||
|
#endif
|
||||||
|
#ifndef min
|
||||||
|
#define min(a,b) (((a) < (b)) ? (a) : (b))
|
||||||
|
#endif
|
||||||
|
|
||||||
static struct rds_t rds;
|
static struct rds_t rds;
|
||||||
static float waveform[2][FILTER_SIZE];
|
static float waveform[2][FILTER_SIZE];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user