mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
Ran format.py after writing unit tests for and fixing bugs in it (#239)
This commit is contained in:
committed by
Peter Johnson
parent
ac9b6f7b18
commit
659dbef751
@@ -205,7 +205,7 @@ public class IterativeRobot extends RobotBase {
|
||||
}
|
||||
|
||||
/* ----------- Overridable periodic code ----------------- */
|
||||
|
||||
|
||||
private boolean m_rpFirstRun = true;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user