Changeset 638 for trunk/user/ksh/ksh.c


Ignore:
Timestamp:
Jul 18, 2019, 6:48:08 PM (5 years ago)
Author:
alain
Message:

Fix a bug in the FFT work function (wrong upriv buffer allocation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/user/ksh/ksh.c

    r637 r638  
    12031203
    12041204
    1205 /* 2. second direct command
     1205// 2. second direct command
    12061206if( sem_wait( &semaphore ) )
    12071207{
     
    12161216strcpy( cmd , "load bin/user/fft.elf" );
    12171217execute( cmd );
    1218 */
     1218//
    12191219
    12201220
Note: See TracChangeset for help on using the changeset viewer.