forked from Imagelibrary/rtems
2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp32/init.c: Formatting.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* sp32/init.c: Formatting.
|
||||||
|
|
||||||
2008-02-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-02-22 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* sp09/screen01.c: Correct test.
|
* sp09/screen01.c: Correct test.
|
||||||
|
|||||||
@@ -29,10 +29,8 @@ rtems_task Init(
|
|||||||
) {
|
) {
|
||||||
rtems_status_code status;
|
rtems_status_code status;
|
||||||
rtems_interval timestamps[6],
|
rtems_interval timestamps[6],
|
||||||
wantintervals[5] =
|
wantintervals[5] = { 1, 50, 200, 25, 3 };
|
||||||
{ 1, 50, 200, 25, 3 };
|
rtems_name period_name = rtems_build_name('P','E','R','a');
|
||||||
rtems_name period_name =
|
|
||||||
rtems_build_name('P','E','R','a');
|
|
||||||
rtems_id period_id;
|
rtems_id period_id;
|
||||||
int loopy;
|
int loopy;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user