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
@@ -650,7 +650,7 @@ group_coded:
void get_rds_bits(RDSEncoder* enc, uint8_t *bits, uint8_t stream) {
RDSGroup group;
get_rds_group(enc, &group, stream);
add_checkwords(&group);
add_checkwords(&group, &bits);
}
void reset_rds_state(RDSEncoder* enc, uint8_t program) {