Update ch347jtag.cpp

Update read/write timeout
This commit is contained in:
ZhiYuanNJ
2025-01-08 13:13:28 +08:00
committed by GitHub
parent c35d17477c
commit fcaf836a40
+1 -1
View File
@@ -33,7 +33,7 @@ using namespace std;
#define CH347JTAG_WRITE_EP 0x06
#define CH347JTAG_READ_EP 0x86
#define CH347JTAG_TIMEOUT 200
#define CH347JTAG_TIMEOUT 1000
enum CH347JtagCmd {
CMD_BYTES_WO = 0xd3,