summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm01/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/tmtests/tm01/task1.c')
-rw-r--r--testsuites/tmtests/tm01/task1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/tmtests/tm01/task1.c b/testsuites/tmtests/tm01/task1.c
index 9ff286b246..8a02990f3a 100644
--- a/testsuites/tmtests/tm01/task1.c
+++ b/testsuites/tmtests/tm01/task1.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -32,7 +32,7 @@ rtems_task Init(
status = rtems_task_create(
Task_name[ 1 ],
- (RTEMS_MAXIMUM_PRIORITY / 2) + 1,
+ (RTEMS_MAXIMUM_PRIORITY / 2u) + 1u,
RTEMS_MINIMUM_STACK_SIZE,
RTEMS_DEFAULT_MODES,
RTEMS_DEFAULT_ATTRIBUTES,