forked from Imagelibrary/rtems
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* shgen.c: Set default Phi to 20MHz (BUG-FIX).
This commit is contained in:
@@ -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.
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
||||||
|
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ static void shgen_header( FILE *file )
|
|||||||
|
|
||||||
int main( int argc, char *argv[] )
|
int main( int argc, char *argv[] )
|
||||||
{
|
{
|
||||||
double Phi = 20.0 ;
|
double Phi = 20000000.0 ;
|
||||||
|
|
||||||
#if HAVE_GETOPT_LONG
|
#if HAVE_GETOPT_LONG
|
||||||
int option_index = 0 ;
|
int option_index = 0 ;
|
||||||
|
|||||||
Reference in New Issue
Block a user