Skip to content

Commit

Permalink
Clean up Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m10653 committed Dec 31, 2023
1 parent b8a61b1 commit 59eff86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hal/src/main/java/edu/wpi/first/hal/CANAPITypes.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class CANAPITypes {
* FRC CAN device type.
*
* <p>This enum represents different types of CAN devices. Teams are encouraged to use the
* HAL_CAN_Dev_kMiscellaneous type for custom or miscellaneous devices.
* kMiscellaneous for custom or miscellaneous devices.
*
* @see <a
* href="https://docs.wpilib.org/en/stable/docs/software/can-devices/can-addressing.html">CAN
Expand Down Expand Up @@ -47,7 +47,7 @@ public enum CANDeviceType {
* FRC CAN manufacturer ID.
*
* <p>This enum represents different manufacturer IDs for CAN devices. Teams are encouraged to use
* the HAL_CAN_Man_kTeamUse manufacturer ID for custom or team-specific devices.
* the kTeamUse manufacturer ID for custom or team-specific devices.
*
* @see <a
* href="https://docs.wpilib.org/en/stable/docs/software/can-devices/can-addressing.html">CAN
Expand Down

0 comments on commit 59eff86

Please sign in to comment.