1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

move all arch dependent port register declarations to MotorDriver.h

This commit is contained in:
Harald Barth
2022-06-13 23:15:35 +02:00
parent 744713769c
commit 4833eaac65
4 changed files with 18 additions and 23 deletions

View File

@@ -86,13 +86,6 @@ void TrackManager::addTrack(byte t, MotorDriver* driver) {
}
}
// The port registers that are shadowing
// the real port registers. These are
// defined in Motordriver.cpp
extern byte fakePORTA;
extern byte fakePORTB;
extern byte fakePORTC;
// setDCCSignal(), called from interrupt context
// does assume ports are shadowed if they can be
void TrackManager::setDCCSignal( bool on) {