Important CDC Lag fix

This commit is contained in:
NicoHood 2015-09-19 15:24:06 +02:00
parent 0e297490ae
commit 7f407fcb58

View file

@ -173,9 +173,6 @@ bool HID_::HID_Setup(USBSetup& setup, u8 i)
}
current = current->next;
}
//TODO return true??
// https://github.com/arduino/Arduino/blob/master/hardware/arduino/avr/cores/arduino/USBCore.cpp#L613-L618
return true;
}
}
return false;