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

change rds2 logic

This commit is contained in:
2025-03-22 21:39:07 +01:00
parent 7aef4564c5
commit aacc8582f9

View File

@@ -608,7 +608,7 @@ static void get_rds_group(RDSEncoder* enc, uint16_t *blocks, uint8_t stream) {
if(stream != 0) { if(stream != 0) {
blocks[0] = 0; blocks[0] = 0;
if(get_rds_custom_groups2(enc, blocks)) { if(get_rds_custom_groups2(enc, blocks)) {
goto group_coded; return;
} }
return; return;
} }