0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-03-14 22:12:53 +01:00
parent cedf214a52
commit b22f119721

View File

@@ -378,7 +378,7 @@ group_coded:
void get_rds_bits(RDSEncoder* enc, uint8_t *bits) {
static uint16_t out_blocks[GROUP_LENGTH];
get_rds_group(enc, out_blocks);
add_checkwords(enc, out_blocks, bits);
add_checkwords(out_blocks, bits);
}
static void init_rtplus(RDSEncoder* enc, uint8_t group) {