mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-27 10:06:13 +01:00
Update DCCWaveform.h
This commit is contained in:
parent
5c472e13cc
commit
d286b3cd00
|
@ -118,10 +118,6 @@ class DCCWaveform {
|
|||
inline bool canMeasureCurrent() {
|
||||
return motorDriver->canMeasureCurrent();
|
||||
};
|
||||
// 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