From: Erik M. <er...@us...> - 2001-10-28 20:26:08
|
Update of /cvsroot/blob/blob/src/diag In directory usw-pr-cvs1:/tmp/cvs-serv29187 Modified Files: main.c Log Message: Print the architecture over here as well. Index: main.c =================================================================== RCS file: /cvsroot/blob/blob/src/diag/main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- main.c 2001/10/07 22:09:54 1.1 +++ main.c 2001/10/28 20:26:06 1.2 @@ -44,7 +44,7 @@ /* call subsystems */ init_subsystems(); - SerialOutputString("\ndiag version " VERSION "\n" + SerialOutputString("\ndiag version " VERSION " for " BOARD_NAME "\n" "Copyright (C) 2001 " "Stefan Eletzhofer and Erik Mouw\n"); SerialOutputString("diag comes with ABSOLUTELY NO WARRANTY; " |