mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Don't keep calling setLedStatus
This commit is contained in:
parent
831d18016e
commit
1ca5c28163
1 changed files with 1 additions and 1 deletions
2
Wii.cpp
2
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue