1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-02-17 06:29:15 +01:00

remember the base case

This commit is contained in:
Harald Barth 2022-06-07 00:17:46 +02:00
parent 11d959c8d0
commit a363f37dc7
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

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