We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents be57c8f + a0eade3 commit 55f8097Copy full SHA for 55f8097
digistump-avr/libraries/DigisparkCDC/DigiCDC.cpp
@@ -151,7 +151,7 @@ void DigiCDCDevice::usbBegin()
151
void DigiCDCDevice::usbPollWrapper()
152
{
153
usbPoll();
154
- while((!(RingBuffer_IsEmpty(&txBuf)))&&(index<9))
+ while((!(RingBuffer_IsEmpty(&txBuf)))&&(index<8))
155
156
tmp[index++] = RingBuffer_Remove(&txBuf);
157
}
0 commit comments