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
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,