mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-26 17:46:14 +01:00
remember the base case
This commit is contained in:
parent
0ab96d28c4
commit
62e471606d
|
@ -1 +1 @@
|
|||
#define GITHUB_SHA "TM-PORTX-20220606-1"
|
||||
#define GITHUB_SHA "TM-PORTX-20220607"
|
||||
|
|
|
@ -198,6 +198,8 @@ void MotorDriver::setDCSignal(byte speedcode) {
|
|||
HAVE_PORTC(PORTC=fakePORTC);
|
||||
interrupts();
|
||||
}
|
||||
} else {
|
||||
setSignal(tDir);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user