mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[hal,wpilib] Rename PowerDistribution constants to all caps
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
using namespace wpi::hal;
|
||||
|
||||
static_assert(org_wpilib_hardware_hal_PowerDistributionJNI_AUTOMATIC_TYPE ==
|
||||
HAL_PowerDistributionType::HAL_PowerDistributionType_kAutomatic);
|
||||
HAL_PowerDistributionType::HAL_POWER_DISTRIBUTION_AUTOMATIC);
|
||||
static_assert(org_wpilib_hardware_hal_PowerDistributionJNI_CTRE_TYPE ==
|
||||
HAL_PowerDistributionType::HAL_PowerDistributionType_kCTRE);
|
||||
HAL_PowerDistributionType::HAL_POWER_DISTRIBUTION_CTRE);
|
||||
static_assert(org_wpilib_hardware_hal_PowerDistributionJNI_REV_TYPE ==
|
||||
HAL_PowerDistributionType::HAL_PowerDistributionType_kRev);
|
||||
HAL_PowerDistributionType::HAL_POWER_DISTRIBUTION_REV);
|
||||
static_assert(org_wpilib_hardware_hal_PowerDistributionJNI_DEFAULT_MODULE ==
|
||||
HAL_DEFAULT_POWER_DISTRIBUTION_MODULE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user