Ignore:
Timestamp:
Jan 1, 2015, 8:06:14 PM (9 years ago)
Author:
alain
Message:

Cosmetic

File:
1 edited

Legend:

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

    r444 r480  
    6868    while ( image < NIMAGES )
    6969    {
     70        // load buf0
    7071        giet_fat_read( fd, buf0, NBLOCKS, image*NBLOCKS );
    7172
     
    7374                        x, y, lpid, image, giet_proctime() );
    7475
     76        // display buf0
    7577        giet_fbf_cma_display( 0 );
    7678
     
    8082        image++;
    8183
     84        // load buf1
    8285        giet_fat_read( fd, buf1, NBLOCKS, image*NBLOCKS );
    8386
     
    8588                        x, y, lpid, image, giet_proctime() );
    8689
     90        // display buf1
    8791        giet_fbf_cma_display( 1 );
    8892
    8993        giet_shr_printf("\n[DISPLAY] Proc[%d,%d,%d] display image %d from buf1 at cycle %d\n",
    9094                        x, y, lpid, image, giet_proctime() );
    91 
    9295
    9396        image++;
Note: See TracChangeset for help on using the changeset viewer.