mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-19 23:46:02 +01:00
remember the base case
This commit is contained in:
parent
11d959c8d0
commit
a363f37dc7
@ -1 +1 @@
|
|||||||
#define GITHUB_SHA "TM-PORTX-20220606-1"
|
#define GITHUB_SHA "TM-PORTX-20220607"
|
||||||
|
@ -202,6 +202,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