mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
Merge pull request #504 from ZhiyuanYuanNJ/patch-1
ch347jtag.cpp: Update timeout value
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user