Use rtems_task_argument.

This commit is contained in:
Ralf Corsepius
2007-03-29 16:56:47 +00:00
parent d67eb96be5
commit 90721670a8
3 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
rtems_task_priority Priorities[6] = { 0, 1, 1, 3, 4, 5 };
rtems_task Task_1_through_5(
uint32_t argument
rtems_task_argument argument
)
{
rtems_status_code status;