mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-02-22 08:46:04 +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