0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00

try to fix lps

This commit is contained in:
2025-12-23 20:47:52 +01:00
parent 4aa733c955
commit ff1e5728c3
2 changed files with 2 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ void get_rds_lps_group(RDSEncoder* enc, RDSGroup *group) {
group->d |= enc->state[enc->program].lps_text[enc->state[enc->program].lps_state * 4 + 3];
enc->state[enc->program].lps_state++;
if (enc->state[enc->program].lps_state == enc->state[enc->program].lps_segments) enc->state[enc->program].lps_state = 0;
if (enc->state[enc->program].lps_state >= enc->state[enc->program].lps_segments) enc->state[enc->program].lps_state = 0;
}
void get_rds_ecc_group(RDSEncoder* enc, RDSGroup *group) {