Skip to content

Commit

Permalink
Remove call to SimDevice.resetData() because it *does* break testCANM…
Browse files Browse the repository at this point in the history
…otorRotationInAutonomous().
  • Loading branch information
brettle committed Jul 15, 2024
1 parent b426eca commit 0524e76
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,6 @@ public void run() throws InstantiationException, IllegalAccessException,
} finally {
LOG.log(Level.DEBUG, "startCompetition() returned");
isRobotCodeRunning = false;
SimDeviceSim.resetData();
// HAL.shutdown();
LOG.log(Level.DEBUG, "run() returning");
}
Expand Down

0 comments on commit 0524e76

Please sign in to comment.