mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Java DriverStation.InTest: Set correct flag.
Change-Id: I99aa58f4fa4df13990cc310a0f21e9a9fd817eb0
This commit is contained in:
committed by
Brad Miller
parent
b85b0c8eb2
commit
8ebf88b741
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user