mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
oops
This commit is contained in:
@@ -89,7 +89,7 @@ static void handle_dpty(char *arg, RDSModulator* mod, char* output) {
|
|||||||
strcpy(output, "+\0");
|
strcpy(output, "+\0");
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_slcdata(char *arg, RDSModulator* mod, char* output) {
|
static void handle_slcd(char *arg, RDSModulator* mod, char* output) {
|
||||||
mod->enc->data[mod->enc->program].slc_data = strtoul(arg, NULL, 16);
|
mod->enc->data[mod->enc->program].slc_data = strtoul(arg, NULL, 16);
|
||||||
strcpy(output, "+\0");
|
strcpy(output, "+\0");
|
||||||
}
|
}
|
||||||
@@ -477,7 +477,7 @@ static const pattern_command_handler_t pattern_commands[] = {
|
|||||||
{"EON", "TA", handle_eonta},
|
{"EON", "TA", handle_eonta},
|
||||||
{"EON", "TP", handle_eontp},
|
{"EON", "TP", handle_eontp},
|
||||||
{"EON", "AF", handle_eonaf},
|
{"EON", "AF", handle_eonaf},
|
||||||
{"EON", "DT", handle_eondt}
|
{"EON", "DT", handle_eondt},
|
||||||
{"UDG", "", handle_udg},
|
{"UDG", "", handle_udg},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user