correct the offset words for rds2, group c always has the same offsets, but groups a and b have diffrent and can be sent via group c, so

This commit is contained in:
2025-03-24 21:31:57 +01:00
parent d65aab6956
commit 9516fdc95c
4 changed files with 22 additions and 24 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ extern void msleep(unsigned long ms);
extern int _strnlen(const char *s, int maxlen);
extern void add_checkwords(uint16_t *blocks, uint8_t *bits);
extern void add_checkwords(uint16_t *blocks, uint8_t *bits, uint8_t stream);
extern uint8_t add_rds_af(RDSAFs *af_list, float freq);
extern char *xlat(char *str);