Updated PDP port of Talon and disabled PDP tests for Victor and Jaguar since the Victor and Jaguar don't draw enough current for the PDP to read above 0. PDP tests for both java and cpp only test the Talon now.

Change-Id: I84b2f168b27d07b444e223ae225013b6e97edde3
This commit is contained in:
Patrick
2016-01-29 14:25:19 -05:00
parent c6ff69079a
commit 6b356020f3
4 changed files with 4 additions and 43 deletions

View File

@@ -58,7 +58,7 @@ class TestBench {
/* PDP channels */
static const uint32_t kJaguarPDPChannel = 6;
static const uint32_t kVictorPDPChannel = 8;
static const uint32_t kTalonPDPChannel = 11;
static const uint32_t kTalonPDPChannel = 10;
/* PCM channels */
static const int32_t kSolenoidChannel1 = 0;