mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[hal,wpilib] Rename I2C constants to all caps
This commit is contained in:
@@ -32,7 +32,7 @@ TEST(I2CSimTest, I2CInitialization) {
|
||||
INDEX_TO_TEST, &TestI2CInitializationCallback, &callbackParam, false);
|
||||
ASSERT_TRUE(0 != callbackId);
|
||||
|
||||
port = HAL_I2C_kPort1;
|
||||
port = HAL_I2C_PORT_1;
|
||||
gTestI2CCallbackName = "Unset";
|
||||
HAL_InitializeI2C(port, &status);
|
||||
EXPECT_STREQ("Initialized", gTestI2CCallbackName.c_str());
|
||||
|
||||
Reference in New Issue
Block a user