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

@@ -20,8 +20,9 @@
#include "system.h"
rtems_task Task_1( argument )
uint32_t argument;
rtems_task Task_1(
rtems_task_argument argument
)
{
uint32_t pass;
rtems_status_code status;