2009-09-27 Joel Sherrill <joel.sherrill@oarcorp.com>

* sp59/init.c, spintrcritical15/init.c, spintrcritical16/init.c:
	Correct minor issues uncovered on uC5282.
This commit is contained in:
Joel Sherrill
2009-09-27 18:54:13 +00:00
parent 3f727f980e
commit 288cebb894
4 changed files with 8 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
#include <tmacros.h>
#define ALLOC_SIZE 400
uint8_t Region_Memory[512];
uint8_t Region_Memory[512] CPU_STRUCTURE_ALIGNMENT;
rtems_id Region;
rtems_task Blocking_task(