Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
fix: PDH CAN ID
Browse files Browse the repository at this point in the history
  • Loading branch information
drive station committed Dec 11, 2024
1 parent 11b2e60 commit 8d64bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/frcteam3636/frc2024/Robot.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ object Robot : PatchedLoggedRobot() {
// Enables power distribution logging
if (model == Model.COMPETITION) {
PowerDistribution(
1, PowerDistribution.ModuleType.kRev
62, PowerDistribution.ModuleType.kRev
)
} else {
PowerDistribution(
Expand Down

0 comments on commit 8d64bbc

Please sign in to comment.