forked from Imagelibrary/rtems
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
* include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h: New files missed in previous commit. * timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||||
|
|
||||||
|
* include/lr33000.h, include/lr330x0.h, include/r3000.h, start/mg5.h:
|
||||||
|
New files missed in previous commit.
|
||||||
|
* timer/timer.c: Use rtems/bspIo.h not just bspIo.h.
|
||||||
|
|
||||||
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
2001-02-01 Greg Menke <gregory.menke@gsfc.nasa.gov>
|
||||||
|
|
||||||
* Update of BSP to address problems restarting, provide more
|
* Update of BSP to address problems restarting, provide more
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ void Timer_initialize()
|
|||||||
|
|
||||||
#define LEAST_VALID 1 /* Don't trust a value lower than this */
|
#define LEAST_VALID 1 /* Don't trust a value lower than this */
|
||||||
/* mongoose-v can count cycles. :) */
|
/* mongoose-v can count cycles. :) */
|
||||||
#include <bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
int Read_timer()
|
int Read_timer()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user