2000-10-18 Joel Sherrill <joel@OARcorp.com>

* clock/ckinit.c: Removed commented out include of bsp.h.
This commit is contained in:
Joel Sherrill
2000-10-18 13:09:03 +00:00
parent e6babd7e08
commit 946178dd7a
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c: Removed commented out include of bsp.h.
2000-09-25 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c: Removed include of <bsp.h>. Also switch to

View File

@@ -21,7 +21,6 @@ static char _sccsid[] = "@(#)ckinit.c 03/15/96 1.1\n";
#include <rtems.h>
#include <rtems/libio.h>
/* #include <bsp.h> */
#include "clock.h"

View File

@@ -24,7 +24,6 @@ static char _sccsid[] = "@(#)timer.c 05/07/96 1.4\n";
#endif
#include <rtems.h>
/* #include <bsp.h> */
#define CLOCKS_PER_MICROSECOND ( CPU_CLOCK_RATE_MHZ )
#define TIMER_MAX_VALUE 0xffffffff