undo dfu mode fix code

This commit is contained in:
cuu 2022-09-20 17:10:18 +08:00
parent 0c8b8d30fa
commit 2c31199f2a

View File

@ -44,9 +44,6 @@ void setup() {
HID.begin(*dev_term._Serial,reportDescription, sizeof(reportDescription));
pinMode(KEY3,OUTPUT);
digitalWrite(KEY3,HIGH);
while(!USBComposite);//wait until usb port been plugged in to PC