Change expected voltage on CAN tests

Change-Id: I8c4533c7bcc81e7904d10792316382d4c01a840a
This commit is contained in:
Brad Miller
2014-12-18 21:22:31 -05:00
parent dee755ab19
commit d26059a4fb

View File

@@ -33,7 +33,7 @@ public class CANVoltageQuadEncoderModeTest extends AbstractCANTest {
/** The stopped value in volts */
private static final double kStoppedValue = 0;
/** The running value in volts */
private static final double kRunningValue = 14;
private static final double kRunningValue = 12;
private static final double kVoltageTolerance = .25;