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


Ignore:
Timestamp:
Oct 22, 2019, 1:22:20 PM (4 years ago)
Author:
alain
Message:

Introducing application "display".

File:
1 edited

Legend:

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

    r641 r644  
    6161#define DEBUG_CMD_CAT       0
    6262#define DEBUG_CMD_CP        0
    63 #define DEBUG_CMD_LOAD      0
     63#define DEBUG_CMD_LOAD      1
    6464#define DEBUG_CMD_LS        0
    6565#define DEBUG_CMD_PS        0
     
    12341234else
    12351235{
    1236     strcpy( cmd , "load bin/user/fft.elf" );
     1236    strcpy( cmd , "load bin/user/transpose.elf" );
    12371237    printf("[ksh] %s\n", cmd );
    12381238    execute( cmd );
Note: See TracChangeset for help on using the changeset viewer.