Skip to content

Commit

Permalink
removed typo stopping build
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Mar 7, 2024
1 parent 107b412 commit 0020188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void robotInit() {
String logPath = "/media/sda1/aoide";

DataLogManager.start(logPath);
DriverStation.startDataLog(DataLogManager.getLog());`
DriverStation.startDataLog(DataLogManager.getLog());

SignalLogger.setPath(logPath);
SignalLogger.start();
Expand Down

0 comments on commit 0020188

Please sign in to comment.