From 2276fcf24856358ce93a07b0b666df9576258ffb Mon Sep 17 00:00:00 2001 From: gstellenberg Date: Sat, 30 May 2009 14:13:56 -0500 Subject: [PATCH] Fixed compile error with new Stern code --- examples/pinproctest/pinproctest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pinproctest/pinproctest.cpp b/examples/pinproctest/pinproctest.cpp index 78c5e8f..f794b7d 100644 --- a/examples/pinproctest/pinproctest.cpp +++ b/examples/pinproctest/pinproctest.cpp @@ -116,10 +116,10 @@ void ConfigureDrivers(PRHandle proc, PRMachineType machineType, YAML::Node& yaml bool globalPolarity; bool activeLowMatrixRows; int driverLoopTime; - int watchdogResetTime; int slowGroupTime; int numMatrixGroups; bool encodeEnables; + int rowEnableSelect; switch (machineType) {