Changeset 778 for soft/giet_vm/applications/transpose/transpose.c
- Timestamp:
- Feb 4, 2016, 11:04:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/transpose/transpose.c
r775 r778 286 286 287 287 // open instrumentation file 288 unsigned int fd = giet_fat_open( string , O_CREAT E);288 unsigned int fd = giet_fat_open( string , O_CREAT ); 289 289 if ( fd < 0 ) 290 290 { … … 470 470 } 471 471 472 fd_out = giet_fat_open( output_file_name , O_CREAT E); // create if required472 fd_out = giet_fat_open( output_file_name , O_CREAT ); // create if required 473 473 if ( fd_out < 0 ) 474 474 {
Note: See TracChangeset
for help on using the changeset viewer.