0
1
mirror of https://github.com/radio95-rnt/fm95.git synced 2026-02-26 19:23:51 +01:00

fix error

This commit is contained in:
2025-04-04 15:09:38 +02:00
parent a82ea1af6e
commit c534db9fa8

View File

@@ -14,7 +14,7 @@
#define DEFAULT_SCA_CLIPPER_THRESHOLD 1.0f
#define DEFAULT_PREEMPHASIS_TAU 50e-6 // Europe, the freedomers use 75µs
#define DEFAULT_MPX_POWER 3.0f // dbr, this is for BS412, simplest bs412
#define DEFAULT_MPX_DEVIATION 75000 // for BS412
#define DEFAULT_MPX_DEVIATION 75000.0f // for BS412
#include "../lib/constants.h"
#include "../lib/oscillator.h"