Skip to content

Commit

Permalink
[wpilibj] Add kServoController CAN device type
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabellera committed Dec 18, 2024
1 parent 9d9a196 commit bedbbaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hal/src/main/java/edu/wpi/first/hal/CANAPITypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public enum CANDeviceType {
kMiscellaneous(10),
/** IO breakout. */
kIOBreakout(11),
/** Servo Controller. */
kServoController(12),
/** Firmware update. */
kFirmwareUpdate(31);

Expand Down

0 comments on commit bedbbaf

Please sign in to comment.