Changeset 629 for trunk/user/ksh/ksh.c
- Timestamp:
- May 17, 2019, 9:27:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/user/ksh/ksh.c
r628 r629 1187 1187 else 1188 1188 { 1189 printf("\n[ksh] load bin/user/ sort.elf\n");1189 printf("\n[ksh] load bin/user/fft.elf\n"); 1190 1190 } 1191 1191 1192 strcpy( cmd , "load bin/user/ sort.elf" );1192 strcpy( cmd , "load bin/user/fft.elf" ); 1193 1193 execute( cmd ); 1194 1194 */
Note: See TracChangeset
for help on using the changeset viewer.