mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-27 10:06:13 +01:00
Update DCCWaveform.h
Eliminate function using older setup format
This commit is contained in:
parent
9d48f696d2
commit
5c472e13cc
|
@ -118,10 +118,10 @@ class DCCWaveform {
|
|||
inline bool canMeasureCurrent() {
|
||||
return motorDriver->canMeasureCurrent();
|
||||
};
|
||||
inline void setReportCurrent(bool newStatus, Print *stream) {
|
||||
sendCurrentSample = newStatus;
|
||||
outStream = stream;
|
||||
};
|
||||
// inline void setReportCurrent(bool newStatus, Print *stream) {
|
||||
// sendCurrentSample = newStatus;
|
||||
// outStream = stream;
|
||||
// };
|
||||
inline void setAckLimit(int mA) {
|
||||
ackLimitmA = mA;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user