0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-03-14 17:56:17 +01:00
parent 996b72c665
commit 00c8fcf2e5

View File

@@ -359,7 +359,7 @@ static void get_rds_group(uint16_t *blocks) {
goto group_coded; goto group_coded;
// TODO: Add EON // TODO: Add EON
case 'X': case 'X':
for(int i = 0; i < 3; i++) blocks[i] = rds_data.udg1[rds_state.udg_idxs[0]++][i];; for(int i = 0; i < 3; i++) blocks[i+1] = rds_data.udg1[rds_state.udg_idxs[0]++][i];;
if(rds_state.udg_idxs[0] == rds_data.udg1_len) rds_state.udg_idxs[0] = 0; if(rds_state.udg_idxs[0] == rds_data.udg1_len) rds_state.udg_idxs[0] = 0;
goto group_coded; goto group_coded;
case 'Y': case 'Y':