mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
oh shit
This commit is contained in:
@@ -68,7 +68,7 @@ static void handle_rt1(char *arg, RDSModulator* mod, char* output) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void handle_dps1(char *arg, RDSModulator* mod, char* output) {
|
static void handle_dps1(char *arg, RDSModulator* mod, char* output) {
|
||||||
arg[RT_LENGTH * 2] = 0;
|
arg[DPS_LENGTH * 2] = 0;
|
||||||
set_rds_dps1(mod->enc, xlat(arg));
|
set_rds_dps1(mod->enc, xlat(arg));
|
||||||
strcpy(output, "+\0");
|
strcpy(output, "+\0");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
#define RT_LENGTH 64
|
#define RT_LENGTH 64
|
||||||
#define PS_LENGTH 8
|
#define PS_LENGTH 8
|
||||||
#define DPS_LENGTH 8
|
#define DPS_LENGTH 255
|
||||||
#define PTYN_LENGTH 8
|
#define PTYN_LENGTH 8
|
||||||
#define LPS_LENGTH 32
|
#define LPS_LENGTH 32
|
||||||
#define DEFAULT_GRPSQC "002222XY"
|
#define DEFAULT_GRPSQC "002222XY"
|
||||||
|
|||||||
Reference in New Issue
Block a user