Skip to content

Commit

Permalink
[hal] Add CAN IDs for AndyMark and Vivid Hosting (wpilibsuite#5852)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-OConnor authored Oct 31, 2023
1 parent 83a7d33 commit 9540b69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hal/src/main/native/include/hal/CANAPITypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
/** @} */

0 comments on commit 9540b69

Please sign in to comment.