0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00

wtf (completly no clue)

This commit is contained in:
2025-04-13 15:28:36 +02:00
parent cb9e9a8c4a
commit 4416e7e232

View File

@@ -388,7 +388,7 @@ static uint8_t get_rds_custom_groups(RDSEncoder* enc, RDSGroup *group) {
group->b = enc->state[enc->program].custom_group[1];
group->c = enc->state[enc->program].custom_group[2];
group->d = enc->state[enc->program].custom_group[3];
group->is_type_b = IS_TYPE_B(group->b);
group->is_type_b = (IS_TYPE_B(group->b) != 0);
return 1;
}
return 0;