mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Add CAN Manufacturer for Studica (#2050)
This commit is contained in:
committed by
Peter Johnson
parent
7508aada93
commit
1f6850adf2
@@ -55,7 +55,8 @@ HAL_ENUM(HAL_CANManufacturer) {
|
||||
HAL_CAN_Man_kTeamUse = 8,
|
||||
HAL_CAN_Man_kKauaiLabs = 9,
|
||||
HAL_CAN_Man_kCopperforge = 10,
|
||||
HAL_CAN_Man_kPWF = 11
|
||||
HAL_CAN_Man_kPWF = 11,
|
||||
HAL_CAN_Man_kStudica = 12
|
||||
};
|
||||
// clang-format on
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user