[hal] Add CAN IDs for AndyMark and Vivid Hosting (#5852)

This commit is contained in:
Kevin-OConnor
2023-10-31 18:59:42 -04:00
committed by GitHub
parent 83a7d33c47
commit 9540b6922d

View File

@@ -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
/** @} */