Skip to content

Commit

Permalink
Update src/main/java/org/sciborgs1155/robot/drive/gyro/Navx.java
Browse files Browse the repository at this point in the history
Co-authored-by: Asa Paparo <[email protected]>
  • Loading branch information
dannynotsmart and AngleSideAngle authored Jan 20, 2024
1 parent 9af5b93 commit f3ffa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/sciborgs1155/robot/drive/gyro/Navx.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import edu.wpi.first.wpilibj.SPI;

public class Navx implements GyroIO {
private AHRS ahrs;
private final AHRS ahrs = new AHRS();

public Navx() {
ahrs = new AHRS(SPI.Port.kMXP);
Expand Down

0 comments on commit f3ffa51

Please sign in to comment.