Skip to content

Commit

Permalink
fix: import CAN_BUS constant correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz committed Jan 18, 2024
1 parent a2cf365 commit de9708c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import org.team1540.robot2024.util.swerve.SwerveFactory;

import static org.team1540.robot2024.Constants.Drivetrain.*;
import static org.team1540.robot2024.Constants.SwerveConfig.CAN_BUS;

/**
* Module IO implementation for Talon FX drive motor controller, Talon FX turn motor controller, and
Expand Down

0 comments on commit de9708c

Please sign in to comment.