0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-26 20:33:53 +01:00
This commit is contained in:
2025-03-22 10:28:38 +01:00
parent 4a895c8ddf
commit f144f5b6ea

View File

@@ -457,7 +457,7 @@ get_eon:
break;
case 4: // 13
if(eon.pty == 0 && eon.tp == 0) {
enc->state[enc->program].eon_index++;
enc->state[enc->program].eon_state++;
goto get_eon;
}
blocks[2] = eon.pty << 11;
@@ -466,6 +466,7 @@ get_eon:
break;
case 5: // 14
if(eon.pin[0] == 0) {
enc->state[enc->program].eon_state = 0;
enc->state[enc->program].eon_index++;
goto get_eon;
}