1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Fixed compile error with new Stern code

This commit is contained in:
gstellenberg
2009-05-30 14:13:56 -05:00
parent 843c1329e1
commit 2276fcf248

View File

@@ -116,10 +116,10 @@ void ConfigureDrivers(PRHandle proc, PRMachineType machineType, YAML::Node& yaml
bool globalPolarity; bool globalPolarity;
bool activeLowMatrixRows; bool activeLowMatrixRows;
int driverLoopTime; int driverLoopTime;
int watchdogResetTime;
int slowGroupTime; int slowGroupTime;
int numMatrixGroups; int numMatrixGroups;
bool encodeEnables; bool encodeEnables;
int rowEnableSelect;
switch (machineType) switch (machineType)
{ {