0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

add crc16 function and remove oda, to be reimplemented

This commit is contained in:
2025-04-02 21:57:42 +02:00
parent 4c94962ddf
commit 03104e82ff
7 changed files with 27 additions and 62 deletions

View File

@@ -17,7 +17,7 @@ typedef struct {
} pattern_command_handler_t;
static void handle_ptyn(char *arg, RDSModulator* mod, char* output) {
arg[PTYN_LENGTH] = 0;
arg[PTYN_LENGTH * 2] = 0;
set_rds_ptyn(mod->enc, convert_to_rds_charset(arg));
strcpy(output, "+\0");
}