From 8170dabfef6e81baa4b354589314ba13197a1d4a Mon Sep 17 00:00:00 2001 From: EdwardFaucher Date: Wed, 8 Feb 2023 17:26:08 -0500 Subject: [PATCH 1/2] hello there --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index de3ac85..84108ad 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "java" - id "edu.wpi.first.GradleRIO" version "2023.1.1" + id "edu.wpi.first.GradleRIO" version "2023.3.2" } sourceCompatibility = JavaVersion.VERSION_11 From b558c778937010a6a5490c2445a25bb82911eb51 Mon Sep 17 00:00:00 2001 From: samuel desharnais Date: Wed, 8 Feb 2023 18:11:46 -0500 Subject: [PATCH 2/2] zdvfxbv --- src/main/java/frc/robot/subsystems/BasePilotable.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/frc/robot/subsystems/BasePilotable.java b/src/main/java/frc/robot/subsystems/BasePilotable.java index 5a2e212..53ef9ba 100644 --- a/src/main/java/frc/robot/subsystems/BasePilotable.java +++ b/src/main/java/frc/robot/subsystems/BasePilotable.java @@ -30,5 +30,6 @@ public class BasePilotable extends SubsystemBase { @Override public void periodic() { // This method will be called once per scheduler run + } }