mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
huh
This commit is contained in:
@@ -123,7 +123,7 @@ static uint8_t get_rds_rt_group(RDSEncoder* enc, uint16_t *blocks) {
|
||||
}
|
||||
|
||||
static void get_rds_oda_group(RDSEncoder* enc, uint16_t *blocks) {
|
||||
RDSODA this_oda = enc->odas[enc->oda_state[enc->program].current];
|
||||
RDSODA this_oda = enc->odas[enc->program][enc->oda_state[enc->program].current];
|
||||
|
||||
blocks[1] |= 3 << 12;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user