Skip to content

Commit

Permalink
Renamed ProtoIntake to Intake
Browse files Browse the repository at this point in the history
  • Loading branch information
bit-turtle committed Jan 25, 2024
1 parent 26a2f37 commit 7c7a073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/frc/team449/robot2024/subsystems/Intake.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Intake(
}

companion object {
fun createProtoUndertaker(): ProtoUndertaker {
fun createIntake(): Intake {
val motor = createSparkMax(
"ProtoUndertaker Motor",
IntakeConstants.MOTOR_ID,
Expand Down

0 comments on commit 7c7a073

Please sign in to comment.