0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 12:53:53 +01:00
This commit is contained in:
2025-03-14 16:55:32 +01:00
parent 3df46e6439
commit 4d192f049a

View File

@@ -320,6 +320,7 @@ static void get_rds_group(uint16_t *blocks) {
default:
case '0':
if(rds_data.grp_sqc[1] != 3) rds_data.grp_sqc[0]--;
else rds_data.grp_sqc[1] = 0;
rds_data.grp_sqc[1]++;
get_rds_ps_group(blocks);
goto group_coded;