1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

remember the base case

This commit is contained in:
Harald Barth
2022-06-07 00:18:48 +02:00
parent 0ab96d28c4
commit 62e471606d
2 changed files with 3 additions and 1 deletions

View File

@@ -198,6 +198,8 @@ void MotorDriver::setDCSignal(byte speedcode) {
HAVE_PORTC(PORTC=fakePORTC);
interrupts();
}
} else {
setSignal(tDir);
}
}