Ran format.py after writing unit tests for and fixing bugs in it (#239)

This commit is contained in:
Tyler Veness
2016-09-21 23:48:54 -07:00
committed by Peter Johnson
parent ac9b6f7b18
commit 659dbef751
20 changed files with 96 additions and 75 deletions

View File

@@ -205,7 +205,7 @@ public class IterativeRobot extends RobotBase {
}
/* ----------- Overridable periodic code ----------------- */
private boolean m_rpFirstRun = true;
/**

View File

@@ -23,7 +23,7 @@ public class HALUtil extends JNIWrapper {
public static native int getFPGARevision();
public static native long getFPGATime();
public static native int getHALRuntimeType();
public static native boolean getFPGAButton();