Changeset 641 for soft/giet_vm/applications/shell/main.c
- Timestamp:
- Jul 20, 2015, 6:25:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/shell/main.c
r640 r641 126 126 } 127 127 i += len; 128 giet_tty_printf("wrote %d/%d (%d )\n", i, size, 100*i/size);128 giet_tty_printf("wrote %d/%d (%d%%)\n", i, size, 100*i/size); 129 129 } 130 130
Note: See TracChangeset
for help on using the changeset viewer.