This commit is contained in:
2025-04-13 15:26:26 +02:00
parent 7e7f24545c
commit 664150a8ef
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,6 +6,6 @@ extern uint16_t crc16_ccitt(char *data, uint16_t len);
uint16_t get_block_grom_group(RDSGroup *group, uint8_t block);
extern void add_checkwords(RDSGroup *group, uint8_t *bits, uint8_t stream);
extern void add_checkwords(RDSGroup *group, uint8_t *bits);
extern uint8_t add_rds_af(RDSAFs *af_list, float freq);
extern char *convert_to_rds_charset(char *str);