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

try to fix

This commit is contained in:
2025-03-22 19:38:10 +01:00
parent bc243afdb5
commit 20f36a2d10
2 changed files with 8 additions and 8 deletions

View File

@@ -551,7 +551,7 @@ static void get_rds_group(RDSEncoder* enc, uint16_t *blocks, bool rds2) {
if(rds2 && !enc->encoder_data.rds2_mode) blocks[0] = 0; // tunneling
else if(rds2 && enc->encoder_data.rds2_mode) {
// TODO: add rds2 only stuff
return;
goto group_coded;
}
blocks[1] = 0;
blocks[2] = 0;