From: Erik M. <er...@us...> - 2001-11-04 23:20:19
|
Update of /cvsroot/blob/blob/src/diag In directory usw-pr-cvs1:/tmp/cvs-serv15988 Modified Files: main.c Log Message: Debug hack to run diag properly on an Ipaq. Index: main.c =================================================================== RCS file: /cvsroot/blob/blob/src/diag/main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- main.c 2001/10/28 20:26:06 1.2 +++ main.c 2001/11/04 23:20:16 1.3 @@ -44,6 +44,10 @@ /* call subsystems */ init_subsystems(); +#ifdef H3600 + SerialInit(baud115k2); /* DEBUG */ +#endif + SerialOutputString("\ndiag version " VERSION " for " BOARD_NAME "\n" "Copyright (C) 2001 " "Stefan Eletzhofer and Erik Mouw\n"); |