forked from Imagelibrary/rtems
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c: Removed commented out include of bsp.h.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user