Skip to content

Commit

Permalink
Merge branch 'feat/elevator' into dev-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pevovarevantaranov committed Nov 28, 2023
2 parents 2f14bfc + 06bb8a0 commit 284ab3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2023.4.2"
id "edu.wpi.first.GradleRIO" version "2023.4.3"
id "com.diffplug.spotless" version "6.13.0"
id "me.champeau.jmh" version "0.6.8"
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/frc/util/ControllerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public static BooleanSupplier cumBooleanSupplier(
BooleanSupplier layer, boolean layerState, BooleanSupplier button) {
return () -> layer.getAsBoolean() == layerState && button.getAsBoolean();
}
}
}

0 comments on commit 284ab3e

Please sign in to comment.