mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +00:00
[hal,wpilib] Rename CAN device and manufacturer types to all caps
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
using namespace wpi::hal;
|
||||
|
||||
static constexpr HAL_CANManufacturer manufacturer =
|
||||
HAL_CANManufacturer::HAL_CAN_Man_kCTRE;
|
||||
HAL_CANManufacturer::HAL_CAN_MAN_CTRE;
|
||||
|
||||
static constexpr HAL_CANDeviceType deviceType =
|
||||
HAL_CANDeviceType::HAL_CAN_Dev_kPowerDistribution;
|
||||
HAL_CANDeviceType::HAL_CAN_DEV_POWER_DISTRIBUTION;
|
||||
|
||||
namespace wpi::hal::init {
|
||||
void InitializePowerDistribution() {}
|
||||
|
||||
Reference in New Issue
Block a user