From e94c38f3250bf6d7c6880cce07817318ac8b7740 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sat, 11 Jul 2026 22:08:32 +0200 Subject: [PATCH] include --- src/fm95.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fm95.c b/src/fm95.c index 751a564..9ce0924 100644 --- a/src/fm95.c +++ b/src/fm95.c @@ -12,6 +12,7 @@ #define JDSCA_BUFFER_BITS 40000 // bit_ring capacity #define JDSCA_SUBCARRIER_MULT 64.0f // 64 * 1187.5 Hz = 76 kHz #define JDSCA_LEVEL 0.045f // injection level, tune by ear/scope +#include "qpsk.h" #endif #define DEFAULT_INI_PATH "/etc/fm95/fm95.conf"