1
0
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:
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

@ -1 +1 @@
#define GITHUB_SHA "TM-PORTX-20220606-1"
#define GITHUB_SHA "TM-PORTX-20220607"

View File

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