Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct 240C ISP PID #12

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ make sonixflasher
| SONIX SN32F23x | 0x0C45 | 0x7900 |
| SONIX SN32F24x | 0x0C45 | 0x7900 |
| SONIX SN32F24xB | 0x0C45 | 0x7040 |
| SONIX SN32F24xC | 0x0C45 | 0x7145 |
| SONIX SN32F24xC | 0x0C45 | 0x7160 |
| SONIX SN32F26x | 0x0C45 | 0x7010 |
| SONIX SN32F28x | 0x0C45 | 0x7120 |
| SONIX SN32F29x | 0x0C45 | 0x7140 |
Expand Down
2 changes: 1 addition & 1 deletion sonixflasher.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#define SN239_PID SN229_PID
#define SN249_PID SN229_PID
#define SN248B_PID 0x7040
#define SN248C_PID 0x7145
#define SN248C_PID 0x7160
#define SN268_PID 0x7010
#define SN289_PID 0x7120
#define SN299_PID 0x7140
Expand Down
Loading