Skip to content

Commit

Permalink
minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Wer-Wolf committed Nov 14, 2019
1 parent ec3e64d commit bbfab00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/eeptool.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ int main(int argc, char *argv[]) {
if(file_byte == EOF) { //Ende der Datei
fclose(file);
printf("\nNumber of digits: %d\nFinished\n", i);
return 0;
break;
} else {
file_byte = file_byte + '0'; //uint8_t --> ASCII
printf("%c", file_byte);
Expand Down

0 comments on commit bbfab00

Please sign in to comment.