Skip to content

Commit

Permalink
is my thingy running?
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Nov 3, 2024
1 parent 32463bc commit 6dcb719
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/frc/robot/pioneersLib/CI/CrashCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ private void logState() {
}

private void runTest() {
System.out.println("Running test");
timer.start();
if (timer.get() < 5) {
currentState.set(CrashCheckStates.DISABLED);
Expand Down

0 comments on commit 6dcb719

Please sign in to comment.