Automatically exit IAP mode on WCH-Link tools

This commit is contained in:
Nav
2024-12-08 23:33:07 +00:00
parent 1477719264
commit 3afcb65f31
11 changed files with 118 additions and 19 deletions

View File

@@ -23,6 +23,8 @@ namespace Usb
::libusb_device_handle* deviceHandle
);
~UsbInterface();
UsbInterface(const UsbInterface& other) = delete;
UsbInterface& operator = (const UsbInterface& other) = delete;