Java DriverStation.InTest: Set correct flag.

Change-Id: I99aa58f4fa4df13990cc310a0f21e9a9fd817eb0
This commit is contained in:
Peter Johnson
2014-10-21 21:58:35 -07:00
committed by Brad Miller
parent b85b0c8eb2
commit 8ebf88b741

View File

@@ -446,6 +446,6 @@ public class DriverStation implements RobotState.Interface {
* for diagnostic purposes only
* @param entering If true, starting test code; if false, leaving test code */
public void InTest(boolean entering) {
m_userInTeleop = entering;
m_userInTest = entering;
}
}