Changeset 207 for soft/giet_vm/display
- Timestamp:
- Aug 16, 2012, 6:36:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/display/main.c
r191 r207 8 8 unsigned char buf_in[128*128]; 9 9 unsigned char buf_out[128*128]; 10 10 11 unsigned int i; 11 12 unsigned int x; … … 14 15 while (base < 5 * NBLOCS) 15 16 { 16 17 17 giet_tty_printf("\n *** image %d *** at date = %d \n", 18 18 base / NBLOCS, giet_proctime()); … … 50 50 giet_exit(); 51 51 } 52 52 53 x = giet_fb_completed(); 53 54 if ( x )
Note: See TracChangeset
for help on using the changeset viewer.