Ignore:
Timestamp:
Jul 20, 2015, 6:25:13 PM (9 years ago)
Author:
guerin
Message:

stdio: add %% support for printf()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/shell/main.c

    r640 r641  
    126126        }
    127127        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);
    129129    }
    130130
Note: See TracChangeset for help on using the changeset viewer.