Skip to content

Commit

Permalink
Fix 16bit flashrom writer
Browse files Browse the repository at this point in the history
  • Loading branch information
sanni committed Jul 24, 2024
1 parent 23b241b commit 70ef81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cart_Reader/FLASH.ino
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,8 @@ void id_Flash16() {
idFlash16();
resetFlash16();

display_Clear();
display_Update();
println_Msg(F("Flashrom Writer 16bit"));
println_Msg("");
print_Msg(F("Flash ID: "));
Expand Down

0 comments on commit 70ef81b

Please sign in to comment.