Changeset 581 for trunk/user/fft/fft.c
- Timestamp:
- Oct 10, 2018, 3:11:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/fft/fft.c
r574 r581 300 300 } 301 301 302 printf("\n[FFT]complete remote_malloc\n");302 printf("\n[FFT] main complete remote_malloc\n"); 303 303 304 304 // arrays initialisation … … 307 307 InitT( twid ); 308 308 309 printf("\n[FFT]complete init arrays\n");309 printf("\n[FFT] main complete init arrays\n"); 310 310 311 311 #if CHECK
Note: See TracChangeset
for help on using the changeset viewer.