Removed leading underscores from variable names (#246)

This commit is contained in:
Tyler Veness
2016-09-20 12:41:42 -07:00
committed by Peter Johnson
parent 2c15bb247e
commit 425ed464ed
2 changed files with 8 additions and 8 deletions

View File

@@ -76,7 +76,7 @@ class Encoder : public SensorBase,
int FPGAEncoderIndex() const { return 0; }
private:
void InitEncoder(int channelA, int channelB, bool _reverseDirection,
void InitEncoder(int channelA, int channelB, bool reverseDirection,
EncodingType encodingType);
double DecodingScaleFactor() const;