[hal,wpilib] Rename I2C constants to all caps

This commit is contained in:
Peter Johnson
2026-03-14 11:51:53 -07:00
parent b68fbb1adc
commit 261a0ebbd7
14 changed files with 38 additions and 32 deletions

View File

@@ -15,8 +15,8 @@
*/
HAL_ENUM(HAL_I2CPort) {
HAL_I2C_kInvalid = -1,
HAL_I2C_kPort0,
HAL_I2C_kPort1
HAL_I2C_PORT_INVALID = -1,
HAL_I2C_PORT_0,
HAL_I2C_PORT_1
};
/** @} */