Changeset 824 for soft/giet_vm/applications/raycast/raycast.c
- Timestamp:
- Nov 26, 2016, 7:33:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/raycast/raycast.c
r724 r824 84 84 85 85 // Allocate buffer and status for CMA 86 buf = malloc( FBUF_X_SIZE * FBUF_Y_SIZE);86 buf = malloc(fbuf_x_size * fbuf_x_size); 87 87 sts = malloc(64); 88 88 … … 141 141 142 142 // Wait last slice completion 143 while (slice_count < FBUF_X_SIZE) giet_tty_printf(" ");143 while (slice_count < fbuf_x_size) giet_tty_printf(" "); 144 144 145 145 // display image
Note: See TracChangeset
for help on using the changeset viewer.