1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +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 activeLowMatrixRows;
int driverLoopTime;
int watchdogResetTime;
int slowGroupTime;
int numMatrixGroups;
bool encodeEnables;
int rowEnableSelect;
switch (machineType)
{