2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* shgen.c: Set default Phi to 20MHz (BUG-FIX).
This commit is contained in:
Joel Sherrill
2000-11-15 21:43:42 +00:00
parent c34ac29529
commit 5a6cfac2bc
2 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,8 @@
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shgen.c: Set default Phi to 20MHz (BUG-FIX).
2000l-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -55,7 +55,7 @@ static void shgen_header( FILE *file )
int main( int argc, char *argv[] )
{
double Phi = 20.0 ;
double Phi = 20000000.0 ;
#if HAVE_GETOPT_LONG
int option_index = 0 ;