Skip to content

Commit

Permalink
Minor TuningOpModes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SachetK committed Dec 20, 2024
1 parent acf2d9d commit 73e6089
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object TuningOpModes {
DriveSubsystem::class.java -> {
dvf = object : DriveViewFactory {
override fun make(h: HardwareMap): DriveView {
DriveSubsystem.initialize(hardwareMap)
DriveSubsystem.initialize(h)

val md = DriveSubsystem

Expand Down

0 comments on commit 73e6089

Please sign in to comment.