mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[hal] Add CAN IDs for AndyMark and Vivid Hosting (#5852)
This commit is contained in:
@@ -56,7 +56,9 @@ HAL_ENUM(HAL_CANManufacturer) {
|
||||
HAL_CAN_Man_kPWF = 11,
|
||||
HAL_CAN_Man_kStudica = 12,
|
||||
HAL_CAN_Man_kTheThriftyBot = 13,
|
||||
HAL_CAN_Man_kReduxRobotics = 14
|
||||
HAL_CAN_Man_kReduxRobotics = 14,
|
||||
HAL_CAN_Man_kAndyMark = 15,
|
||||
HAL_CAN_Man_kVividHosting = 16
|
||||
};
|
||||
// clang-format on
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user