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
commit 4dd1f5ca0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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,