Skip to content

Commit 55f8097

Browse files
committed
Merge remote-tracking branch 'etherealvisage/etherealvisage-patch-1' into avr-update
Apply digistump/pull/42
2 parents be57c8f + a0eade3 commit 55f8097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digistump-avr/libraries/DigisparkCDC/DigiCDC.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ void DigiCDCDevice::usbBegin()
151151
void DigiCDCDevice::usbPollWrapper()
152152
{
153153
usbPoll();
154-
while((!(RingBuffer_IsEmpty(&txBuf)))&&(index<9))
154+
while((!(RingBuffer_IsEmpty(&txBuf)))&&(index<8))
155155
{
156156
tmp[index++] = RingBuffer_Remove(&txBuf);
157157
}

0 commit comments

Comments
 (0)