Merge pull request #504 from ZhiyuanYuanNJ/patch-1

ch347jtag.cpp: Update timeout value
This commit is contained in:
Gwenhael Goavec-Merou
2025-01-09 07:18:04 +01:00
committed by GitHub
+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,