0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-16 19:57:07 +01:00
parent 28a943737e
commit 6663d35db5

View File

@@ -67,7 +67,7 @@ static void handle_rt1(char *arg, RDSModulator* mod, char* output) {
strcpy(output, "+\0");
}
static void handle_dps(char *arg, RDSModulator* mod, char* output) {
static void handle_dps1(char *arg, RDSModulator* mod, char* output) {
arg[RT_LENGTH * 2] = 0;
set_rds_dps1(mod->enc, xlat(arg));
strcpy(output, "+\0");