mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[hal,wpilib] Rename I2C constants to all caps
This commit is contained in:
@@ -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
|
||||
};
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user