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

this is a first time

This commit is contained in:
2025-04-13 18:15:02 +02:00
parent 285317cee2
commit 4349c46c00

View File

@@ -135,7 +135,7 @@ static void get_next_af_oda(RDSEncoder* enc, uint16_t* af_group) {
} }
enc->state[enc->program].af_oda_state++; enc->state[enc->program].af_oda_state++;
} }
if (enc->state[enc->program].af_oda_state >= enc->data[enc->program].af_odanum_entries) enc->state[enc->program].af_oda_state = 0; if (enc->state[enc->program].af_oda_state >= enc->data[enc->program].af_oda.num_entries) enc->state[enc->program].af_oda_state = 0;
} }
static uint16_t get_next_af_eon(RDSEncoder* enc, uint8_t eon_index) { static uint16_t get_next_af_eon(RDSEncoder* enc, uint8_t eon_index) {