2001-01-22 Joel Sherrill <joel@OARcorp.com>

* sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
	because priority added as argument to rtems_timer_initiate_server().
This commit is contained in:
Joel Sherrill
2002-01-22 19:14:37 +00:00
parent 1ad83eb8d8
commit 2fc6dc313d
10 changed files with 38 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ rtems_task Init(
directive_failed( status, "rtems_clock_set" );
status = rtems_timer_initiate_server(
RTEMS_TIMER_SERVER_DEFAULT_PRIORITY,
RTEMS_MINIMUM_STACK_SIZE,
RTEMS_DEFAULT_ATTRIBUTES
);