Skip to content

Commit

Permalink
Merge pull request #504 from ZhiyuanYuanNJ/patch-1
Browse files Browse the repository at this point in the history
ch347jtag.cpp: Update timeout value
  • Loading branch information
trabucayre authored Jan 9, 2025
2 parents c35d174 + fcaf836 commit 4dd1f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch347jtag.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4dd1f5c

Please # to comment.