Ignore:
Timestamp:
Nov 26, 2016, 7:33:20 PM (8 years ago)
Author:
alain
Message:

bloup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/applications/raycast/raycast.c

    r724 r824  
    8484
    8585    // Allocate buffer and status for CMA
    86     buf = malloc(FBUF_X_SIZE * FBUF_Y_SIZE);
     86    buf = malloc(fbuf_x_size * fbuf_x_size);
    8787    sts = malloc(64);
    8888
     
    141141
    142142        // Wait last slice completion
    143         while (slice_count < FBUF_X_SIZE)  giet_tty_printf(" ");
     143        while (slice_count < fbuf_x_size)  giet_tty_printf(" ");
    144144
    145145        // display image
Note: See TracChangeset for help on using the changeset viewer.