mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[hal] Add CANManufacturer for Redux Robotics (#5305)
Matches wpilibsuite/frc-docs#2225
This commit is contained in:
@@ -55,7 +55,8 @@ HAL_ENUM(HAL_CANManufacturer) {
|
||||
HAL_CAN_Man_kCopperforge = 10,
|
||||
HAL_CAN_Man_kPWF = 11,
|
||||
HAL_CAN_Man_kStudica = 12,
|
||||
HAL_CAN_Man_kTheThriftyBot = 13
|
||||
HAL_CAN_Man_kTheThriftyBot = 13,
|
||||
HAL_CAN_Man_kReduxRobotics = 14
|
||||
};
|
||||
// clang-format on
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user