mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-13 10:48:49 +01:00
undo dfu mode fix code
This commit is contained in:
parent
0c8b8d30fa
commit
2c31199f2a
@ -44,9 +44,6 @@ void setup() {
|
|||||||
|
|
||||||
HID.begin(*dev_term._Serial,reportDescription, sizeof(reportDescription));
|
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
|
while(!USBComposite);//wait until usb port been plugged in to PC
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user