Skip to content

Commit

Permalink
Missing value.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoboUlbricht committed Apr 30, 2017
1 parent 81b2065 commit dff91e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i2c/eeprom/eeprom_24c32wp_killer/eeprom_24c32wp_killer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ void drawFrame() {
(int)((m/1000L)%60),
(int)(m%1000L));
sprintf(sbuffer,"S:%07lu",step);
sprintf(ebuffer,"E:%02d/%07lu",0,errors);
sprintf(ebuffer,"E:%02d/%07lu",steperrors,errors);
u8g2.firstPage();
do {

Expand Down

0 comments on commit dff91e7

Please sign in to comment.