mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-30 03:26:13 +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);
|
HAVE_PORTC(PORTC=fakePORTC);
|
||||||
interrupts();
|
interrupts();
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
setSignal(tDir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user