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-22 10:29:25 +01:00
parent f144f5b6ea
commit 89a3bcae7f

View File

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