Skip to content

Commit

Permalink
tests: fixed typo in last commit
Browse files Browse the repository at this point in the history
azonenberg committed Dec 31, 2016
1 parent 7030ab1 commit 4bcdb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/greenpak4/slg46620v/DCMP.cpp
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ bool RunTest(hdevice hdev)
bool greater_expected = (muxval > refval);

//Drive the inputs
LogVerbose("Testing: muxout = %x ref= %x\n", muxval, reval);
LogVerbose("Testing: muxout = %x ref= %x\n", muxval, refval);
LogVerbose(" Expected: equal=%d greater=%d\n", equal_expected, greater_expected);
ioConfig.driverConfigs[19] = (i & 1) ? TP_VDD : TP_GND;
ioConfig.driverConfigs[20] = (i & 2) ? TP_VDD : TP_GND;

0 comments on commit 4bcdb85

Please sign in to comment.