Don't keep calling setLedStatus

This commit is contained in:
Kristian Sloth Lauszus 2013-04-01 17:16:56 +02:00
parent 831d18016e
commit 1ca5c28163

View file

@ -824,7 +824,7 @@ void WII::Run() {
else if (stateCounter == 400)
readExtensionType(); // Check if it has been activated
else if (stateCounter == 450) {
setLedStatus();
//setLedStatus();
stateCounter = 0;
unknownExtensionConnected = false;
}