Skip to content

Commit

Permalink
fix 240c pid
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Dec 12, 2024
1 parent f3ba677 commit 9a81df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 9a81df0

Please sign in to comment.