Skip to content

Commit

Permalink
For 25xxx, 95xxx chips, writing to a register is now only available a…
Browse files Browse the repository at this point in the history
…fter reading it
  • Loading branch information
bigbigmdm committed Apr 25, 2024
1 parent 62a0e93 commit 6cb1762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IMSProg_programmer/dialogsr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ void DialogSR::on_pushButton_read_clicked()

void DialogSR::on_pushButton_write_clicked()
{
//READING STATUS REGISTER
//WRITING STATUS REGISTER
uint8_t r0 = 0;
int stCH341 = 0;
stCH341 = ch341a_spi_init();
Expand Down

0 comments on commit 6cb1762

Please sign in to comment.