Skip to content

Commit

Permalink
Update ch347jtag.cpp
Browse files Browse the repository at this point in the history
Update read/write timeout
  • Loading branch information
ZhiyuanYuanNJ authored Jan 8, 2025
1 parent c35d174 commit fcaf836
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 fcaf836

Please # to comment.