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>
|
||||
|
||||
* sp09/screen01.c: Correct test.
|
||||
|
||||
@@ -29,10 +29,8 @@ rtems_task Init(
|
||||
) {
|
||||
rtems_status_code status;
|
||||
rtems_interval timestamps[6],
|
||||
wantintervals[5] =
|
||||
{ 1, 50, 200, 25, 3 };
|
||||
rtems_name period_name =
|
||||
rtems_build_name('P','E','R','a');
|
||||
wantintervals[5] = { 1, 50, 200, 25, 3 };
|
||||
rtems_name period_name = rtems_build_name('P','E','R','a');
|
||||
rtems_id period_id;
|
||||
int loopy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user