mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[hal] [wpilib] Add initial support for the REV PDH (#3503)
This commit is contained in:
@@ -21,7 +21,7 @@ class PowerDistributionTest : public testing::Test {
|
||||
};
|
||||
|
||||
TEST_F(PowerDistributionTest, CheckRepeatedCalls) {
|
||||
auto numChannels = HAL_GetNumPDPChannels();
|
||||
auto numChannels = HAL_GetNumCTREPDPChannels();
|
||||
// 1 second
|
||||
for (int i = 0; i < 50; i++) {
|
||||
for (int j = 0; j < numChannels; j++) {
|
||||
|
||||
Reference in New Issue
Block a user