diff --git a/DCCWaveform.h b/DCCWaveform.h index 45ecc03..ba84531 100644 --- a/DCCWaveform.h +++ b/DCCWaveform.h @@ -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; }