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