fair enough

This commit is contained in:
2025-12-28 16:08:31 +01:00
parent e2df72e847
commit 46b44ee555
2 changed files with 3 additions and 6 deletions
-4
View File
@@ -318,10 +318,6 @@ void add_checkwords(RDSGroup *group, uint8_t *bits)
}
void get_rds_bits(RDSEncoder* enc, uint8_t *bits, uint8_t stream) {
if((rdsMod->params.rdsgen > stream ? 1 : 0) == 0) {
memset(bits, 0, BITS_PER_GROUP);
return;
}
RDSGroup group;
get_rds_group(enc, &group, stream);
add_checkwords(&group, bits);