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.
1 parent 684c36a commit a0eade3Copy full SHA for a0eade3
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