change variables

This commit is contained in:
2025-06-21 15:58:35 +02:00
parent 971a2e45cd
commit 780f51ba4b
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -11,7 +11,6 @@
#define GROUP_LENGTH 4 #define GROUP_LENGTH 4
#define BITS_PER_GROUP (GROUP_LENGTH * (BLOCK_SIZE + POLY_DEG)) #define BITS_PER_GROUP (GROUP_LENGTH * (BLOCK_SIZE + POLY_DEG))
#define RDS_SAMPLE_RATE 4750 #define RDS_SAMPLE_RATE 4750
#define STREAMS 2
#define RT_LENGTH 64 #define RT_LENGTH 64
#define ERT_LENGTH 128 #define ERT_LENGTH 128
+1 -1
View File
@@ -12,7 +12,7 @@
#include "ascii_cmd.h" #include "ascii_cmd.h"
#define RDS_DEVICE "RDS" #define RDS_DEVICE "RDS"
#define DEFAULT_STREAMS 1 #define DEFAULT_STREAMS 2
#define MAX_STREAMS 8 #define MAX_STREAMS 8
#define NUM_MPX_FRAMES 128 #define NUM_MPX_FRAMES 128