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

forgot about that

This commit is contained in:
2025-04-13 16:08:58 +02:00
parent c7dfec2ac0
commit cdff39f5b6

View File

@@ -174,6 +174,7 @@ static void get_rds_ps_group(RDSEncoder* enc, RDSGroup *group) {
}
static void get_rds_fasttuning_group(RDSEncoder* enc, RDSGroup *group) {
group->b |= 15 << 12;
group->b |= 1 << 11;
group->b |= enc->data[enc->program].ta << 4;