mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-17 06:29:15 +01:00
Remove redundant line
This commit is contained in:
parent
4fcd81a118
commit
da6a3c442f
@ -650,7 +650,6 @@ void RMFT2::loop2() {
|
|||||||
case OPCODE_ROTATE:
|
case OPCODE_ROTATE:
|
||||||
uint8_t activity;
|
uint8_t activity;
|
||||||
activity=getOperand(2);
|
activity=getOperand(2);
|
||||||
if (!activity) activity=0;
|
|
||||||
Turntable::setPosition(operand,getOperand(1),activity);
|
Turntable::setPosition(operand,getOperand(1),activity);
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user