Skip to content

Commit

Permalink
Merge remote-tracking branch 'etherealvisage/etherealvisage-patch-1' …
Browse files Browse the repository at this point in the history
…into avr-update

Apply digistump/pull/42
  • Loading branch information
pfeerick committed Aug 10, 2019
2 parents be57c8f + a0eade3 commit 55f8097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digistump-avr/libraries/DigisparkCDC/DigiCDC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void DigiCDCDevice::usbBegin()
void DigiCDCDevice::usbPollWrapper()
{
usbPoll();
while((!(RingBuffer_IsEmpty(&txBuf)))&&(index<9))
while((!(RingBuffer_IsEmpty(&txBuf)))&&(index<8))
{
tmp[index++] = RingBuffer_Remove(&txBuf);
}
Expand Down

0 comments on commit 55f8097

Please sign in to comment.