mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-27 04:43:52 +01:00
fix
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user