2008-05-07 Joel Sherrill <joel.sherrill@OARcorp.com>

* sp32/init.c: Formatting.
This commit is contained in:
Joel Sherrill
2008-05-07 21:57:43 +00:00
parent 109cec18d9
commit ac9d3cf84d
2 changed files with 27 additions and 25 deletions

View File

@@ -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.

View File

@@ -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;