Skip to content

Commit f3dc689

Browse files
authored
Update USBCore.cpp
1 parent 7351aa0 commit f3dc689

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cores/arduino/USBCore.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,7 @@ ISR(USB_COM_vect)
650650
break;
651651
case 0xF1:
652652
case 0xF2:
653-
InitControl(0);
654-
ok = true;
653+
ok = false;
655654
break;
656655
default:
657656
ok = false;

0 commit comments

Comments
 (0)