mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-07-30 08:49:15 +02:00
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:
@@ -659,7 +659,7 @@ group_coded:
|
||||
void get_rds_bits(RDSEncoder* enc, uint8_t *bits, uint8_t stream) {
|
||||
static uint16_t out_blocks[GROUP_LENGTH];
|
||||
get_rds_group(enc, out_blocks, stream);
|
||||
add_checkwords(out_blocks, bits);
|
||||
add_checkwords(out_blocks, bits, stream);
|
||||
}
|
||||
|
||||
static void init_rtplus(RDSEncoder* enc, uint8_t group, uint8_t program) {
|
||||
|
||||
Reference in New Issue
Block a user