From 1ca5c28163e7893081af4de011ac55e702b95098 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Mon, 1 Apr 2013 17:16:56 +0200 Subject: [PATCH] Don't keep calling setLedStatus --- Wii.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wii.cpp b/Wii.cpp index e4d93a14..01571d8e 100755 --- a/Wii.cpp +++ b/Wii.cpp @@ -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; }