0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-04-13 15:27:26 +02:00
parent 572e613973
commit cb9e9a8c4a

View File

@@ -400,7 +400,7 @@ static uint8_t get_rds_custom_groups2(RDSEncoder* enc, RDSGroup *group) {
group->b = enc->state[enc->program].custom_group2[2];
group->c = enc->state[enc->program].custom_group2[3];
group->d = enc->state[enc->program].custom_group2[4];
group->is_type_b = (group->a == 0 && IS_TYPE_B(group->b))
group->is_type_b = (group->a == 0 && IS_TYPE_B(group->b));
return 1;
}
return 0;