Comment 3 for bug 933421

Revision history for this message
beefstick (splitwitch) wrote :

Solved the problem for me too.

One little mistake though. For the BZR the line is 690 in AdcHub.cpp

Normally looks like
updateCounts(false);
Should be changed to
if (state == STATE_NORMAL) updateCounts(false);